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

◆ ReleaseHandle()

override bool System.Security.Cryptography.SafeEvpPKeyHandle.ReleaseHandle ( )
inlineprotected

Definition at line 40 of file SafeEvpPKeyHandle.cs.

41 {
42 throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_CryptographyOpenSSL);
43 }
static string PlatformNotSupported_CryptographyOpenSSL
Definition SR.cs:14
Definition SR.cs:7

References System.SR.PlatformNotSupported_CryptographyOpenSSL.