[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Data about the registration request

Namespace:  Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
sealed 
class 
ClientRegistrationRequestData
<
SerializableAttribute> _
Public 
NotInheritable 
Class 
ClientRegistrationRequestData
[
SerializableAttribute]
public 
ref class 
ClientRegistrationRequestData 
sealed

Members

                       
  All Members     Constructors      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
ClientRegistrationRequestData () () () ()
Initializes a new instance of the ClientRegistrationRequestDataclass.
AgentInformation
Gets/sets the agent information for the registration request
Certificates
Gets/sets the certificates for the registration request
DiscoveryProperties
Gets/sets the discovery properties for the registration request. Not used for confirmation requests.
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
HashAlgorithmAlgId
OID that represents the hash algorithm. This is not used by V4 clients.
MemberwiseClone () () () () (Inherited from Object.)
RegistrationHint
Gets or sets the registration hint for the message. The registration hint is the hex encoded signature of the clients SMSID.
RequestedClientId
Gets/sets the client ID
RequestedClientIdString
Gets/sets the client ID as a string. This is only for serialization. RequestedClientId should be used instead
RequestType
Gets/sets the request type
SerializableHashAlgorithmAlgId
Serializable hash algorithm ID. This should only be used by serialization and not set directly. Use HashAlgorithmAlgIdinstead.
Timestamp
Gets/sets the timestamp.
TimestampString
Gets/sets the timestamp. This only for serialization, TimeStamp should be used instead.
ToString () () () () (Inherited from Object.)

Inheritance Hierarchy

System . . :: . . Object
   Microsoft.ConfigurationManagement.Messaging.Messages . . :: . . ClientRegistrationRequestData

See Also