Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros

◆ KeySize

override int System.Security.Cryptography.RSAOpenSsl.KeySize
set

Definition at line 7 of file RSAOpenSsl.cs.

8 {
9 set
10 {
11 throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_CryptographyOpenSSL);
12 }
13 }
static string PlatformNotSupported_CryptographyOpenSSL
Definition SR.cs:14
Definition SR.cs:7