1 override of SignData
System.Security.Cryptography (1)
System\Security\Cryptography\ECDsaWrapper.cs (1)
20
public 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);