1 override of TrySignHashCore
System.Security.Cryptography (1)
src\libraries\Common\src\System\Security\Cryptography\ECDsaOpenSsl.cs (1)
106
protected override bool
TrySignHashCore
(
6 references to TrySignHashCore
System.Security.Cryptography (6)
System\Security\Cryptography\ECDsa.cs (6)
369
if (
TrySignHashCore
(hash, destination, signatureFormat, out int written))
402
if (
TrySignHashCore
(hash, destination, DSASignatureFormat.IeeeP1363FixedFieldConcatenation, out int written))
438
if (!
TrySignHashCore
(hash, signature, signatureFormat, out bytesWritten))
543
return
TrySignHashCore
(hash, destination, signatureFormat, out bytesWritten);
1042
=>
TrySignHashCore
(hash, destination, DSASignatureFormat.IeeeP1363FixedFieldConcatenation, out bytesWritten);
1074
return
TrySignHashCore
(hash, destination, signatureFormat, out bytesWritten);