SiteSignCertCertificate Class
Represents a serialized SITESIGNCERT reply.
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
| Name | Description | |
|---|---|---|
![]() | SiteSignCertCertificate() | Initializes a new instance of the SiteSignCertCertificate class. |
| Name | Description | |
|---|---|---|
![]() | EncodingType | Gets or sets the encoding type. |
![]() | SigningCertificate | Gets the signing certificate. |
![]() | SigningCertificateBlob | Gets or sets the hex-encoded certificate. This property should only be used for serialization. Use SigningCertificate instead. |
![]() | SigningCertificateIsValid | If true, the certificate is valid. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | HexBinaryEncodingType | 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.



