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

◆ LegalKeySizes

override KeySizes [] System.Security.Cryptography.ECDsaOpenSsl.LegalKeySizes
get

Definition at line 19 of file ECDsaOpenSsl.cs.

20 {
21 get
22 {
23 throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_CryptographyOpenSSL);
24 }
25 }
static string PlatformNotSupported_CryptographyOpenSSL
Definition SR.cs:14
Definition SR.cs:7