ClientRegistrationCertificate Class

 

Represents a registration certificate.

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

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

[SerializableAttribute]
public ref class ClientRegistrationCertificate sealed 

NameDescription
System_CAPS_pubmethodClientRegistrationCertificate()

Initializes a new instance of the ClientRegistrationCertificate class.

System_CAPS_pubmethodClientRegistrationCertificate(MessageCertificateX509^)

Initializes a new instance of the ClientRegistrationCertificate class.

NameDescription
System_CAPS_pubpropertyCertificate

Gets or sets the certificate.

System_CAPS_pubpropertyCertificateEncoding

Gets or sets the encoding for the certificate.

System_CAPS_pubpropertyCertificateEncodingString

Gets or sets the encoding for the certificate. This property is only for serialization. Use CertificateEncoding instead.

System_CAPS_pubpropertyCertificateString

Gets or sets the certificate. This property is only for serialization. Use Certificate 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: