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

◆ ReleaseHandle()

override bool Internal.Cryptography.Pal.Native.SafeChainEngineHandle.ReleaseHandle ( )
inlinesealedprotected

Definition at line 23 of file SafeChainEngineHandle.cs.

24 {
25 global::Interop.crypt32.CertFreeCertificateChainEngine(handle);
27 return true;
28 }
static readonly IntPtr Zero
Definition IntPtr.cs:18

References System.Runtime.InteropServices.SafeHandle.handle, System.Runtime.InteropServices.SafeHandle.SetHandle(), and System.IntPtr.Zero.