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

Represents a certificate used for registration

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

Syntax

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

Members

                       
  All Members     Constructors      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
ClientRegistrationCertificates () () () ()
Initializes a new instance of the ClientRegistrationCertificatesclass.
ClientRegistrationCertificates(MessageCertificateX509, MessageCertificateX509)
Initializes a new instance of the ClientRegistrationCertificatesclass.
EncryptionCertificate
Gets/sets the encryption certificate to be used
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
MemberwiseClone () () () () (Inherited from Object.)
SigningCertificate
Gets/sets the signing certificate to be used
ToString () () () () (Inherited from Object.)

Inheritance Hierarchy

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

See Also