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