terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ ReleaseHandle()

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

Definition at line 106 of file SafeFreeNegoCredentials.cs.

107 {
108 this._credential.DangerousRelease();
109 return true;
110 }
Microsoft.Win32.SafeHandles.SafeGssCredHandle _credential

References System.Net.Security.SafeFreeNegoCredentials._credential.