3 references to GetMaxSignatureSize
System.Security.Cryptography (3)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\ECDsaCng.SignVerify.cs (1)
20
int estimatedSize =
GetMaxSignatureSize
(DSASignatureFormat.IeeeP1363FixedFieldConcatenation);
System\Security\Cryptography\ECDsa.cs (2)
142
int maxSignatureSize =
GetMaxSignatureSize
(signatureFormat);
424
int maxSignatureSize =
GetMaxSignatureSize
(signatureFormat);