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