Implement RSA.GetMaxOutputSize
authorKevin Jones <kevin@vcsjones.com>
Fri, 24 Feb 2023 18:41:51 +0000 (13:41 -0500)
committerGitHub <noreply@github.com>
Fri, 24 Feb 2023 18:41:51 +0000 (13:41 -0500)
commitac5fe4f7f767d4fb04be85fc9de40cbe0f54d732
treebeec8af0c19da21368b4d4c99d92379ebd2175ea
parent29e333d41c7a3d2b571505dc780e146e8058974c
Implement RSA.GetMaxOutputSize

Co-authored-by: Jeremy Barton <jbarton@microsoft.com>
src/libraries/System.Security.Cryptography/ref/System.Security.Cryptography.cs
src/libraries/System.Security.Cryptography/src/System/Security/Cryptography/RSA.cs
src/libraries/System.Security.Cryptography/src/System/Security/Cryptography/RSABCrypt.cs
src/libraries/System.Security.Cryptography/src/System/Security/Cryptography/RSACryptoServiceProvider.Windows.cs
src/libraries/System.Security.Cryptography/tests/RSATests.cs