1 override of VerifyData
System.Security.Cryptography (1)
System\Security\Cryptography\ECDsaWrapper.cs (1)
36
public override bool
VerifyData
(
2 references to VerifyData
System.Security.Cryptography (2)
System\Security\Cryptography\ECDsa.cs (1)
723
return
VerifyData
(data, 0, data.Length, signature, hashAlgorithm);
System\Security\Cryptography\ECDsaWrapper.cs (1)
42
_wrapped.
VerifyData
(data, offset, count, signature, hashAlgorithm);