Partager via


SiteSignCertCertificate Class

 

Represents a serialized SITESIGNCERT reply.

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

Inheritance Hierarchy

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

Syntax

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

Constructors

Name Description
System_CAPS_pubmethod SiteSignCertCertificate()

Initializes a new instance of the SiteSignCertCertificate class.

Properties

Name Description
System_CAPS_pubproperty EncodingType

Gets or sets the encoding type.

System_CAPS_pubproperty SigningCertificate

Gets the signing certificate.

System_CAPS_pubproperty SigningCertificateBlob

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

System_CAPS_pubproperty SigningCertificateIsValid

If true, the certificate is valid.

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

Fields

Name Description
System_CAPS_pubfieldSystem_CAPS_static HexBinaryEncodingType

Hex binary encoding type.

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