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