| RSACryptoServiceProvider: VerifyHash |
Verifies the hash using the signature.
Public Function VerifyHash( ByRef RgbHash ( ) As Byte, ByVal Str As String, ByRef Signature ( ) As Byte ) As Boolean
Only SHA1 and MD5 hashes are supported.
The Str parameter can be "SHA", "SHA1", "MD5", or the OID.
Project VBCorLib Overview Class RSACryptoServiceProvider Overview RSACryptoServiceProvider Properties RSACryptoServiceProvider Methods VerifyData CryptoConfig