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)

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

[SerializableAttribute]
public ref class MessageCertificate abstract 

NameDescription
System_CAPS_pubpropertyPublicKey

Gets the certificate public key as a string.

System_CAPS_pubpropertyPublicKeyEncoded

Gets the certificate public key as a blob.

System_CAPS_protpropertySynchronizer

Gets the synchronization object to use for locking across threads.

NameDescription
System_CAPS_pubmethodEncrypt(array<Byte>^)

Encrypts data using the certificate.

System_CAPS_pubmethodEncrypt(String^)

Encrypts data using the certificate.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodSign(array<Byte>^)

Signs data using the certificate.

System_CAPS_pubmethodSign(String^)

Signs data using the certificate.

System_CAPS_pubmethodSign(String^, Encoding^)

Signs data using the certificate.

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodVerifySignature(array<Byte>^, array<Byte>^)

Verifies a signature by using the certificate.

System_CAPS_pubmethodVerifySignature(array<Byte>^, String^)

Verifies a signature by using the certificate.

System_CAPS_pubmethodVerifySignature(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.

Return to top
Show: