MessageCertificate Class
Base class for a certificate used by or for a message.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Inheritance Hierarchy
System.Object
Microsoft.ConfigurationManagement.Messaging.Framework.MessageCertificate
Microsoft.ConfigurationManagement.Messaging.Framework.MessageCertificateX509
Syntax
[SerializableAttribute]
public abstract class MessageCertificate
[SerializableAttribute]
public ref class MessageCertificate abstract
<SerializableAttribute>
Public MustInherit Class MessageCertificate
Properties
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. |
Methods
Name | Description | |
---|---|---|
Encrypt(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(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(Byte[], Byte[]) | Verifies a signature by using the certificate. |
|
VerifySignature(Byte[], String) | Verifies a signature by using the certificate. |
|
VerifySignature(Byte[], String, Encoding) | Verifies a signature by using the certificate. |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top