1 override of VerifyData
System.Security.Cryptography (1)
System\Security\Cryptography\DSAWrapper.cs (1)
38
public override bool
VerifyData
(
2 references to VerifyData
System.Security.Cryptography (2)
System\Security\Cryptography\DSA.cs (1)
303
return
VerifyData
(data, 0, data.Length, signature, hashAlgorithm);
System\Security\Cryptography\DSAWrapper.cs (1)
44
_wrapped.
VerifyData
(data, offset, count, signature, hashAlgorithm);