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

◆ SafeEvpPKeyHandle() [1/2]

System.Security.Cryptography.SafeEvpPKeyHandle.SafeEvpPKeyHandle ( )
inline

Definition at line 23 of file SafeEvpPKeyHandle.cs.

24 : base((IntPtr)0, ownsHandle: false)
25 {
26 throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_CryptographyOpenSSL);
27 }
static string PlatformNotSupported_CryptographyOpenSSL
Definition SR.cs:14
Definition SR.cs:7

References System.SR.PlatformNotSupported_CryptographyOpenSSL.