Process the SHA1 algorithm on the complete buffer specified then verify it's signature.
- rgbData
- The data buffer to be hashed then verified.
- rgbSignature
- An array of 40 bytes containing the DSA signature of the specified hash.
True if the signature can be verified, false otherwise.
The supplied data is hashed using the default SHA1 implementation then the signature is verified.
Namespace: System.Security.Cryptography
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0