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