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

◆ ReleaseSafeX509ChainHandle()

static bool Internal.Cryptography.Pal.ChainPal.ReleaseSafeX509ChainHandle ( IntPtr handle)
inlinestatic

Definition at line 206 of file ChainPal.cs.

207 {
208 global::Interop.crypt32.CertFreeCertificateChain(handle);
209 return true;
210 }

References System.handle.

Referenced by Microsoft.Win32.SafeHandles.SafeX509ChainHandle.ReleaseHandle().