Udostępnij za pośrednictwem


ClientRegistrationCertificate Class

 

Represents a registration certificate.

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

Inheritance Hierarchy

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

Syntax

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

Constructors

Name Description
System_CAPS_pubmethod ClientRegistrationCertificate()

Initializes a new instance of the ClientRegistrationCertificate class.

System_CAPS_pubmethod ClientRegistrationCertificate(MessageCertificateX509)

Initializes a new instance of the ClientRegistrationCertificate class.

Properties

Name Description
System_CAPS_pubproperty Certificate

Gets or sets the certificate.

System_CAPS_pubproperty CertificateEncoding

Gets or sets the encoding for the certificate.

System_CAPS_pubproperty CertificateEncodingString

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

System_CAPS_pubproperty CertificateString

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