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