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 | |
---|---|---|
![]() |
ClientRegistrationRequestData() | Initializes a new instance of the ClientRegistrationRequestData class. |
Properties
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. |
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
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