Udostępnij za pośrednictwem


MessageCertificateX509.VerifySignature Method

 

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

Overload List

Name Description
System_CAPS_pubmethod VerifySignature(Byte[], Byte[])

Verifies the signature by using the certificate specified in the properties.

Note: The byte signature is reversed to support interop in native C++ byte signing. (Overrides MessageCertificate.VerifySignature(Byte[], Byte[]).)

System_CAPS_pubmethod VerifySignature(Byte[], Byte[], String)

Verifies the signature by using the certificate specified in the properties.

Note: The byte signature is reversed to support interop in native C++ byte signing.

System_CAPS_pubmethod VerifySignature(Byte[], String)

Verifies a signature by using the certificate. (Inherited from MessageCertificate.)

System_CAPS_pubmethod VerifySignature(Byte[], String, Encoding)

Verifies a signature by using the certificate. (Inherited from MessageCertificate.)

See Also

MessageCertificateX509 Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top