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

◆ ReleaseHandle() [4/4]

override bool System.Net.Security.SafeDeleteSslContext.ReleaseHandle ( )
inlineprotected

Definition at line 5 of file SafeDeleteSslContext.cs.

6 {
7 _EffectiveCredential?.DangerousRelease();
8 return global::Interop.SspiCli.DeleteSecurityContext(ref _handle) == 0;
9 }
global::Interop.SspiCli.CredHandle _handle
System.Net.Security.SafeFreeCredentials _EffectiveCredential

References System.Net.Security.SafeDeleteContext._EffectiveCredential, and System.Net.Security.SafeDeleteContext._handle.