Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
SafeX509ChainHandle.cs
Go to the documentation of this file.
2
4
6{
8
10 : base(ownsHandle: true)
11 {
12 }
13
14 protected override bool ReleaseHandle()
15 {
17 }
18
19 protected override void Dispose(bool disposing)
20 {
21 if (!Microsoft.Win32.SafeHandles.SafeHandleCache<SafeX509ChainHandle>.IsCachedInvalidHandle(this))
22 {
23 base.Dispose(disposing);
24 }
25 }
26}
static bool ReleaseSafeX509ChainHandle(IntPtr handle)
Definition ChainPal.cs:206