Process the SHA1 algorithm on the complete buffer specified then verify it's signature.
[Edit]
public bool VerifyData (byte[] rgbData, byte[] rgbSignature) |
|
Parameters
- rgbData
- The data buffer to be hashed then verified.
[Edit]
- rgbSignature
- An array of 40 bytes containing the DSA signature of the specified hash.
[Edit]
Returns
True if the signature can be verified, false otherwise.
[Edit]
Remarks
Requirements
Namespace: System.Security.Cryptography
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0