1 override of SignData
System.Security.Cryptography (1)
System\Security\Cryptography\ECDsaWrapper.cs (1)
23public override byte[] SignData(byte[] data, int offset, int count, HashAlgorithmName hashAlgorithm) =>
2 references to SignData
System.Security.Cryptography (2)
System\Security\Cryptography\ECDsa.cs (1)
47return SignData(data, 0, data.Length, hashAlgorithm);
System\Security\Cryptography\ECDsaWrapper.cs (1)
24_wrapped.SignData(data, offset, count, hashAlgorithm);