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

This class represents an MP certificate returned from the MPKEYINFORMATION blob

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

Syntax

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

Members

                       
  All Members     Constructors      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
MPKeyInformationCertificate () () () ()
Initializes a new instance of the MPKeyInformationCertificateclass.
CertificateString
The SMS certificate blob
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
MemberwiseClone () () () () (Inherited from Object.)
Signature
The signature for the certificate as a string
ToString () () () () (Inherited from Object.)

Inheritance Hierarchy

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

See Also