6 references to GetMaxOutputSize
System.Security.Cryptography (6)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\RSACng.EncryptDecrypt.cs (1)
200int estimatedSize = GetMaxOutputSize();
src\runtime\src\libraries\Common\src\System\Security\Cryptography\RSACng.SignVerify.cs (1)
61int estimatedSize = GetMaxOutputSize();
System\Security\Cryptography\RSA.cs (1)
1373int resultSize = GetMaxOutputSize();
System\Security\Cryptography\RSABCrypt.cs (2)
125byte[] ret = new byte[GetMaxOutputSize()]; 149byte[] ret = new byte[GetMaxOutputSize()];
System\Security\Cryptography\RSACryptoServiceProvider.Windows.cs (1)
578int rsaSize = GetMaxOutputSize();