ClientRegistrationRequestData Class
Represents data about the registration request.
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
| Name | Description | |
|---|---|---|
![]() | ClientRegistrationRequestData() | Initializes a new instance of the ClientRegistrationRequestData class. |
| Name | Description | |
|---|---|---|
![]() | AgentInformation | Gets or sets the agent information for the registration request. |
![]() | Certificates | Gets or sets the certificates for the registration request. |
![]() | DiscoveryProperties | Gets or sets the discovery properties for the registration request. This property is not used for confirmation requests. |
![]() | HashAlgorithmAlgId | Gets or sets the OID that represents the hash algorithm. This property is not used by V4 clients. |
![]() | RegistrationHint | Gets or sets the registration hint for the message. The registration hint is the hex-encoded signature of the client's SMSID. |
![]() | RequestedClientId | Gets or sets the client ID. |
![]() | RequestedClientIdString | Gets or sets the client ID as a string. This property is only for serialization. Use RequestedClientId instead. |
![]() | RequestType | Gets or sets the request type. |
![]() | SerializableHashAlgorithmAlgId | Gets or sets the serializable hash algorithm ID. This property is only for serialization. Use HashAlgorithmAlgId instead. |
![]() | Timestamp | Gets or sets the timestamp. |
![]() | TimestampString | Gets or sets the timestamp. This property is only for serialization. Use Timestamp instead. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

