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

◆ KeySize

override int System.Security.Cryptography.ECDsaOpenSsl.KeySize
getset

Definition at line 7 of file ECDsaOpenSsl.cs.

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