MessageCertificate Class
Base class for a certificate used by or for a message.
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Microsoft.ConfigurationManagement.Messaging.Framework::MessageCertificate
Microsoft.ConfigurationManagement.Messaging.Framework::MessageCertificateX509
| Name | Description | |
|---|---|---|
![]() | PublicKey | Gets the certificate public key as a string. |
![]() | PublicKeyEncoded | Gets the certificate public key as a blob. |
![]() | Synchronizer | Gets the synchronization object to use for locking across threads. |
| Name | Description | |
|---|---|---|
![]() | Encrypt(array<Byte>^) | Encrypts data using the certificate. |
![]() | Encrypt(String^) | Encrypts data using the 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 the certificate. |
![]() | Sign(String^) | Signs data using the certificate. |
![]() | Sign(String^, Encoding^) | Signs data using the certificate. |
![]() | ToString() | (Inherited from Object.) |
![]() | VerifySignature(array<Byte>^, array<Byte>^) | Verifies a signature by using the certificate. |
![]() | VerifySignature(array<Byte>^, String^) | Verifies a signature by using the certificate. |
![]() | VerifySignature(array<Byte>^, String^, Encoding^) | Verifies a signature by using the certificate. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



