3 references to GetMaxSignatureSize
System.Security.Cryptography (3)
src\libraries\Common\src\System\Security\Cryptography\ECDsaOpenSsl.cs (1)
116
int encodedSize =
GetMaxSignatureSize
(DSASignatureFormat.IeeeP1363FixedFieldConcatenation);
System\Security\Cryptography\ECDsa.cs (2)
142
int maxSignatureSize =
GetMaxSignatureSize
(signatureFormat);
424
int maxSignatureSize =
GetMaxSignatureSize
(signatureFormat);