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

Base class for a certificate used by/for a message

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
abstract 
class 
MessageCertificate
<
SerializableAttribute> _
Public 
MustInherit 
Class 
MessageCertificate
[
SerializableAttribute]
public 
ref class 
MessageCertificate 
abstract

Members

                 
  All Members     Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
Encrypt( array< Byte > [] () [] [] )
Encrypts data using certificate
Encrypt(String)
Encrypts data using certificate
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
MemberwiseClone () () () () (Inherited from Object.)
PublicKey
Certificate public key in string form
PublicKeyEncoded
Certificate public key in blob form
Sign( array< Byte > [] () [] [] )
Signs data using certificate
Sign(String)
Signs data using certificate
Sign(String, Encoding)
Signs data using certificate
Synchronizer
Synchronization object for locking across threads
ToString () () () () (Inherited from Object.)
VerifySignature( array< Byte > [] () [] [] , array< Byte > [] () [] [] )
Verifies signature
VerifySignature( array< Byte > [] () [] [] , String)
Verifies signature
VerifySignature( array< Byte > [] () [] [] , String, Encoding)
Verifies signature

Inheritance Hierarchy

System . . :: . . Object
   Microsoft.ConfigurationManagement.Messaging.Framework . . :: . . MessageCertificate
     Microsoft.ConfigurationManagement.Messaging.Framework . . :: . . MessageCertificateX509

See Also