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