[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Class represents a serialized SITESIGNCERT reply

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
sealed 
class 
SiteSignCertCertificate
<
SerializableAttribute> _
Public 
NotInheritable 
Class 
SiteSignCertCertificate
[
SerializableAttribute]
public 
ref class 
SiteSignCertCertificate 
sealed

Members

                             
  All Members     Constructors      Fields      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
SiteSignCertCertificate () () () ()
EncodingType
Gets/sets the encoding type.
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
HexBinaryEncodingType
Hex Binary encoding type
MemberwiseClone () () () () (Inherited from Object.)
SigningCertificate
Gets the signing certificate
SigningCertificateBlob
Gets the hex encoded certificate. This should only be used for serialization. SigningCertificate should be used programatically
SigningCertificateIsValid
Returns true if the certificate is valid
ToString () () () () (Inherited from Object.)

Inheritance Hierarchy

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

See Also