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