1 override of VerifyData
System.Security.Cryptography (1)
System\Security\Cryptography\DSAWrapper.cs (1)
46
public 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);