SiteSignCertCertificate Class

 

Represents a serialized SITESIGNCERT reply.

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

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

[SerializableAttribute]
public ref class SiteSignCertCertificate sealed 

NameDescription
System_CAPS_pubmethodSiteSignCertCertificate()

Initializes a new instance of the SiteSignCertCertificate class.

NameDescription
System_CAPS_pubpropertyEncodingType

Gets or sets the encoding type.

System_CAPS_pubpropertySigningCertificate

Gets the signing certificate.

System_CAPS_pubpropertySigningCertificateBlob

Gets or sets the hex-encoded certificate. This property should only be used for serialization. Use SigningCertificate instead.

System_CAPS_pubpropertySigningCertificateIsValid

If true, the certificate is valid.

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.)

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticHexBinaryEncodingType

Hex binary encoding type.

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: