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

◆ CloseContext()

void System.Net.NTAuthentication.CloseContext ( )
inlinepackage

Definition at line 207 of file NTAuthentication.cs.

208 {
209 global::System.Net.Security.SafeDeleteContext securityContext = this._securityContext;
210 if (securityContext != null)
211 {
212 bool isClosed = securityContext.IsClosed;
213 }
214 }
class f__AnonymousType0<< Count > j__TPar
global::System.Net.Security.SafeDeleteContext _securityContext

References System.Net.NTAuthentication._securityContext, and j__TPar.

Referenced by System.Net.NTAuthentication.GetOutgoingBlob().