ClientRegistrationRequestData Class

 

Represents data about the registration request.

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

Inheritance Hierarchy

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

Syntax

[SerializableAttribute]
public sealed class ClientRegistrationRequestData
[SerializableAttribute]
public ref class ClientRegistrationRequestData sealed 
<SerializableAttribute>
Public NotInheritable Class ClientRegistrationRequestData

Constructors

Name Description
System_CAPS_pubmethod ClientRegistrationRequestData()

Initializes a new instance of the ClientRegistrationRequestData class.

Properties

Name Description
System_CAPS_pubproperty AgentInformation

Gets or sets the agent information for the registration request.

System_CAPS_pubproperty Certificates

Gets or sets the certificates for the registration request.

System_CAPS_pubproperty DiscoveryProperties

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

System_CAPS_pubproperty HashAlgorithmAlgId

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

System_CAPS_pubproperty RegistrationHint

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

System_CAPS_pubproperty RequestedClientId

Gets or sets the client ID.

System_CAPS_pubproperty RequestedClientIdString

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

System_CAPS_pubproperty RequestType

Gets or sets the request type.

System_CAPS_pubproperty SerializableHashAlgorithmAlgId

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

System_CAPS_pubproperty Timestamp

Gets or sets the timestamp.

System_CAPS_pubproperty TimestampString

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

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top