[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Overload List

Name Description
VerifySignature( array< Byte > [] () [] [] , String)
Verifies signature
VerifySignature( array< Byte > [] () [] [] , array< Byte > [] () [] [] )
Verifies the signature using the certificate specified in the properties. Note: the byte signature is reversed to support interop in native C++ byte signing
(Overrides MessageCertificate. VerifySignature( array< Byte > [] () [] [] , array< Byte > [] () [] [] ).)
VerifySignature( array< Byte > [] () [] [] , String, Encoding)
Verifies signature
VerifySignature( array< Byte > [] () [] [] , array< Byte > [] () [] [] , String)
Verifies the signature using the certificate specified in the properties. Note: the byte signature is reversed to support interop in native C++ byte signing

See Also