ClientRegistrationSignature Class
Represents a registration signature.
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
| Name | Description | |
|---|---|---|
![]() | ClientRegistrationSignature() | Initializes a new instance of the ClientRegistrationSignature class. |
| Name | Description | |
|---|---|---|
![]() | ClientId | Gets or sets the client ID. |
![]() | ClientIdString | Gets or sets the client ID. This property is only for serialization. Use ClientId instead. |
![]() | Signature | Gets or sets the signature value. |
| 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.
Show:

