3 overrides of SignHash
System.Security.Cryptography (3)
src\libraries\Common\src\System\Security\Cryptography\ECDsaOpenSsl.cs (1)
82public override byte[] SignHash(byte[] hash)
System\Security\Cryptography\Cng.NotSupported.cs (1)
330public override byte[] SignHash(byte[] hash) => null!;
System\Security\Cryptography\ECDsaWrapper.cs (1)
50public override byte[] SignHash(byte[] hash) => _wrapped.SignHash(hash);
5 references to SignHash
System.Security.Cryptography (4)
System\Security\Cryptography\ECDsa.cs (3)
63return SignHash(hash); 552return SignHash(hash); 1104byte[] result = SignHash(hash.ToArray());
System\Security\Cryptography\ECDsaWrapper.cs (1)
50public override byte[] SignHash(byte[] hash) => _wrapped.SignHash(hash);
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\CmsSignature.ECDsa.cs (1)
190signatureValue = DsaIeeeToDer(key.SignHash(