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

◆ IsInvalid

override bool System.Security.Cryptography.SafeEvpPKeyHandle.IsInvalid
get

Definition at line 15 of file SafeEvpPKeyHandle.cs.

16 {
17 get
18 {
19 throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_CryptographyOpenSSL);
20 }
21 }
static string PlatformNotSupported_CryptographyOpenSSL
Definition SR.cs:14
Definition SR.cs:7