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

Represents a registration certificate

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

Syntax

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

Members

                       
  All Members     Constructors      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
ClientRegistrationCertificate () () () ()
Initializes a new instance of the ClientRegistrationCertificateclass.
ClientRegistrationCertificate(MessageCertificateX509)
Initializes a new instance of the ClientRegistrationCertificateclass.
Certificate
Gets/sets the certificate used
CertificateEncoding
Gets/sets the certificate encoding
CertificateEncodingString
Gets/sets the certificate encoding. This is only for serialization. CertificateEncoding should be used instead.
CertificateString
Gets/sets the certificate. This is only for serialization. Certificate should be used instead.
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
MemberwiseClone () () () () (Inherited from Object.)
ToString () () () () (Inherited from Object.)

Inheritance Hierarchy

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

See Also