Verify that signature match the hash value using the instance public key.
[Edit]
public abstract bool VerifySignature (byte[] rgbHash, byte[] rgbSignature) |
|
Parameters
- rgbHash
- The SHA1 hash to be 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