2 references to GetMaxDerSignatureSize
System.Security.Cryptography (2)
System\Security\Cryptography\DSA.cs (1)
1114
return AsymmetricAlgorithmHelpers.
GetMaxDerSignatureSize
(fieldSizeBits: qLength * 8);
System\Security\Cryptography\ECDsa.cs (1)
1271
return AsymmetricAlgorithmHelpers.
GetMaxDerSignatureSize
(fieldSizeBits);