1 override of SignData
System.Security.Cryptography (1)
System\Security\Cryptography\ECDsaWrapper.cs (1)
23
public 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)
47
return
SignData
(data, 0, data.Length, hashAlgorithm);
System\Security\Cryptography\ECDsaWrapper.cs (1)
24
_wrapped.
SignData
(data, offset, count, hashAlgorithm);