2 overrides of VerifyData
System.Security.Cryptography (2)
System\Security\Cryptography\DSACryptoServiceProvider.Unix.cs (1)
269public override bool VerifyData(Stream data, byte[] signature, HashAlgorithmName hashAlgorithm)
System\Security\Cryptography\DSAWrapper.cs (1)
46public override bool VerifyData(Stream data, byte[] signature, HashAlgorithmName hashAlgorithm) =>
2 references to VerifyData
System.Security.Cryptography (2)
System\Security\Cryptography\DSACryptoServiceProvider.Unix.cs (1)
274return _impl.VerifyData(data, signature, hashAlgorithm);
System\Security\Cryptography\DSAWrapper.cs (1)
47_wrapped.VerifyData(data, signature, hashAlgorithm);