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
SafeDeleteNegoContext.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x02000315 RID: 789
8 {
9 // Token: 0x170004A4 RID: 1188
10 // (get) Token: 0x0600148C RID: 5260 RVA: 0x0003E778 File Offset: 0x0003C978
12 {
13 get
14 {
15 return this._targetName;
16 }
17 }
18
19 // Token: 0x170004A5 RID: 1189
20 // (get) Token: 0x0600148D RID: 5261 RVA: 0x0003E78C File Offset: 0x0003C98C
21 public bool IsNtlmUsed
22 {
23 get
24 {
25 return this._isNtlmUsed;
26 }
27 }
28
29 // Token: 0x170004A6 RID: 1190
30 // (get) Token: 0x0600148E RID: 5262 RVA: 0x0003E7A0 File Offset: 0x0003C9A0
32 {
33 get
34 {
35 return this._context;
36 }
37 }
38
39 // Token: 0x0600148F RID: 5263 RVA: 0x0003E7B4 File Offset: 0x0003C9B4
46
47 // Token: 0x06001490 RID: 5264 RVA: 0x0003E7E8 File Offset: 0x0003C9E8
49 {
50 this._context = context;
51 }
52
53 // Token: 0x06001491 RID: 5265 RVA: 0x0003E7FC File Offset: 0x0003C9FC
55 {
56 }
57
58 // Token: 0x06001492 RID: 5266 RVA: 0x0003E80C File Offset: 0x0003CA0C
59 protected override void Dispose(bool disposing)
60 {
62 if (context != null)
63 {
64 context.Dispose();
65 }
67 long num;
68 if (targetName != null)
69 {
70 num = 0L;
71 targetName.Dispose();
72 }
73 base.Dispose(num != 0L);
74 }
75
76 // Token: 0x04001131 RID: 4401
78
79 // Token: 0x04001132 RID: 4402
81
82 // Token: 0x04001133 RID: 4403
83 private bool _isNtlmUsed;
84 }
85}
class f__AnonymousType0<< Count > j__TPar
static SafeGssNameHandle CreatePrincipal(string name)
void SetGssContext(Microsoft.Win32.SafeHandles.SafeGssContextHandle context)
Microsoft.Win32.SafeHandles.SafeGssContextHandle GssContext
SafeDeleteNegoContext(SafeFreeNegoCredentials credential, string targetName)
Microsoft.Win32.SafeHandles.SafeGssContextHandle _context
Microsoft.Win32.SafeHandles.SafeGssNameHandle TargetName
Microsoft.Win32.SafeHandles.SafeGssNameHandle _targetName