ClientRegistrationRequestData Class

 

Represents data about the registration request.

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

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

[SerializableAttribute]
public ref class ClientRegistrationRequestData sealed 

NameDescription
System_CAPS_pubmethodClientRegistrationRequestData()

Initializes a new instance of the ClientRegistrationRequestData class.

NameDescription
System_CAPS_pubpropertyAgentInformation

Gets or sets the agent information for the registration request.

System_CAPS_pubpropertyCertificates

Gets or sets the certificates for the registration request.

System_CAPS_pubpropertyDiscoveryProperties

Gets or sets the discovery properties for the registration request. This property is not used for confirmation requests.

System_CAPS_pubpropertyHashAlgorithmAlgId

Gets or sets the OID that represents the hash algorithm. This property is not used by V4 clients.

System_CAPS_pubpropertyRegistrationHint

Gets or sets the registration hint for the message. The registration hint is the hex-encoded signature of the client's SMSID.

System_CAPS_pubpropertyRequestedClientId

Gets or sets the client ID.

System_CAPS_pubpropertyRequestedClientIdString

Gets or sets the client ID as a string. This property is only for serialization. Use RequestedClientId instead.

System_CAPS_pubpropertyRequestType

Gets or sets the request type.

System_CAPS_pubpropertySerializableHashAlgorithmAlgId

Gets or sets the serializable hash algorithm ID. This property is only for serialization. Use HashAlgorithmAlgId instead.

System_CAPS_pubpropertyTimestamp

Gets or sets the timestamp.

System_CAPS_pubpropertyTimestampString

Gets or sets the timestamp. This property is only for serialization. Use Timestamp instead.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: