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