MessageCertificateX509.VerifySignature Method
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Overload List
Name | Description | |
---|---|---|
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[]).) |
|
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. |
|
VerifySignature(Byte[], String) | Verifies a signature by using the certificate. (Inherited from MessageCertificate.) |
|
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