2 overrides of VerifyData
System.Security.Cryptography (2)
System\Security\Cryptography\DSACryptoServiceProvider.Unix.cs (1)
276public override bool VerifyData(ReadOnlySpan<byte> data, ReadOnlySpan<byte> signature, HashAlgorithmName hashAlgorithm)
System\Security\Cryptography\DSAWrapper.cs (1)
59public override bool VerifyData(
2 references to VerifyData
System.Security.Cryptography (2)
System\Security\Cryptography\DSACryptoServiceProvider.Unix.cs (1)
281return _impl.VerifyData(data, signature, hashAlgorithm);
System\Security\Cryptography\DSAWrapper.cs (1)
63_wrapped.VerifyData(data, signature, hashAlgorithm);