Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
SafeEvpPKeyHandle.cs
Go to the documentation of this file.
2
4
5public sealed class SafeEvpPKeyHandle : SafeHandle
6{
7 public static long OpenSslVersion
8 {
9 get
10 {
12 }
13 }
14
15 public override bool IsInvalid
16 {
17 get
18 {
20 }
21 }
22
24 : base((IntPtr)0, ownsHandle: false)
25 {
27 }
28
29 public SafeEvpPKeyHandle(IntPtr handle, bool ownsHandle)
30 : base((IntPtr)0, ownsHandle: false)
31 {
33 }
34
39
44}
static string PlatformNotSupported_CryptographyOpenSSL
Definition SR.cs:14
Definition SR.cs:7
SafeEvpPKeyHandle(IntPtr handle, bool ownsHandle)