3 overrides of SignHash
System.Security.Cryptography (3)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\ECDsaCng.SignVerify.cs (1)
16public override byte[] SignHash(byte[] hash)
System\Security\Cryptography\ECDsaWrapper.cs (1)
50public override byte[] SignHash(byte[] hash) => _wrapped.SignHash(hash);
System\Security\Cryptography\OpenSsl.NotSupported.cs (1)
177public override byte[] SignHash(byte[] hash) => null!;
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)
198signatureValue = DsaIeeeToDer(key.SignHash(