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 | |
---|---|---|
SiteSignCertCertificate() | Initializes a new instance of the SiteSignCertCertificate class. |
Properties
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. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
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