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