1 override of SignData
System.Security.Cryptography (1)
System\Security\Cryptography\ECDsaWrapper.cs (1)
20public override byte[] SignData(byte[] data, HashAlgorithmName hashAlgorithm) =>
1 reference to SignData
System.Security.Cryptography (1)
System\Security\Cryptography\ECDsaWrapper.cs (1)
21_wrapped.SignData(data, hashAlgorithm);