ClientRegistrationCertificate Class
Represents a registration certificate.
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
| Name | Description | |
|---|---|---|
![]() | ClientRegistrationCertificate() | Initializes a new instance of the ClientRegistrationCertificate class. |
![]() | ClientRegistrationCertificate(MessageCertificateX509^) | Initializes a new instance of the ClientRegistrationCertificate class. |
| Name | Description | |
|---|---|---|
![]() | Certificate | Gets or sets the certificate. |
![]() | CertificateEncoding | Gets or sets the encoding for the certificate. |
![]() | CertificateEncodingString | Gets or sets the encoding for the certificate. This property is only for serialization. Use CertificateEncoding instead. |
![]() | CertificateString | Gets or sets the certificate. This property is only for serialization. Use Certificate 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.

