1 override of VerifyData
System.Security.Cryptography (1)
System\Security\Cryptography\DSAWrapper.cs (1)
46public override bool VerifyData(Stream data, byte[] signature, HashAlgorithmName hashAlgorithm) =>
1 reference to VerifyData
System.Security.Cryptography (1)
System\Security\Cryptography\DSAWrapper.cs (1)
47_wrapped.VerifyData(data, signature, hashAlgorithm);