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

The MessageCertificatetype exposes the following methods.

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.)
Sign( array< Byte > [] () [] [] )
Signs data using certificate
Sign(String)
Signs data using certificate
Sign(String, Encoding)
Signs data using certificate
ToString () () () () (Inherited from Object.)
VerifySignature( array< Byte > [] () [] [] , array< Byte > [] () [] [] )
Verifies signature
VerifySignature( array< Byte > [] () [] [] , String)
Verifies signature
VerifySignature( array< Byte > [] () [] [] , String, Encoding)
Verifies signature

See Also