Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ RSACryptoServiceProvider() [2/5]

System.Security.Cryptography.RSACryptoServiceProvider.RSACryptoServiceProvider ( int dwKeySize)
inline

Definition at line 175 of file RSACryptoServiceProvider.cs.

176 : this(dwKeySize, new CspParameters(24, null, null, s_useMachineKeyStore), useDefaultKeySize: false)
177 {
178 }