1 override of SignData
System.Security.Cryptography (1)
System\Security\Cryptography\ECDsaWrapper.cs (1)
20public override byte[] SignData(byte[] data, HashAlgorithmName hashAlgorithm) =>
2 references to SignData
System.Security.Cryptography (2)
System\Security\Cryptography\ECDsaCng.cs (1)
197=> SignData(data, new HashAlgorithmName(HashAlgorithm.Algorithm));
System\Security\Cryptography\ECDsaWrapper.cs (1)
21_wrapped.SignData(data, hashAlgorithm);