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
SSPIHandleCache.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Threading
;
3
4
namespace
System.Net.Security
5
{
6
// Token: 0x02000311 RID: 785
7
internal
static
class
SSPIHandleCache
8
{
9
// Token: 0x06001484 RID: 5252 RVA: 0x0003E634 File Offset: 0x0003C834
10
internal
static
void
CacheCredential
(
SafeFreeCredentials
newHandle
)
11
{
12
int
num = 1;
13
if
(
SafeCredentialReference
.
CreateReference
(
newHandle
) !=
null
)
14
{
15
if
(num == 0)
16
{
17
}
18
if
(
Interlocked
.
Increment
(42184592) != 0)
19
{
20
}
21
}
22
}
23
24
// Token: 0x06001485 RID: 5253 RVA: 0x0003E67C File Offset: 0x0003C87C
25
// Note: this type is marked as 'beforefieldinit'.
26
static
SSPIHandleCache
()
27
{
28
}
29
30
// Token: 0x04001118 RID: 4376
31
private
static
SafeCredentialReference
[]
s_cacheSlots
;
32
33
// Token: 0x04001119 RID: 4377
34
private
static
int
s_current
;
35
}
36
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Net.Security.SSPIHandleCache.s_cacheSlots
static SafeCredentialReference[] s_cacheSlots
Definition
SSPIHandleCache.cs:31
System.Net.Security.SSPIHandleCache.s_current
static int s_current
Definition
SSPIHandleCache.cs:34
System.Net.Security.SSPIHandleCache.SSPIHandleCache
static SSPIHandleCache()
Definition
SSPIHandleCache.cs:26
System.Net.Security.SSPIHandleCache.CacheCredential
static void CacheCredential(SafeFreeCredentials newHandle)
Definition
SSPIHandleCache.cs:10
System.Net.Security.SSPIHandleCache
Definition
SSPIHandleCache.cs:8
System.Net.Security.SafeCredentialReference.CreateReference
static SafeCredentialReference CreateReference(SafeFreeCredentials target)
Definition
SafeCredentialReference.cs:11
System.Net.Security.SafeCredentialReference
Definition
SafeCredentialReference.cs:9
System.Net.Security.SafeFreeCredentials
Definition
SafeFreeCredentials.cs:8
System.Threading.Interlocked.Increment
static int Increment(int location)
Definition
Interlocked.cs:54
System.Threading.Interlocked
Definition
Interlocked.cs:11
System.Net.Security
Definition
AuthenticatedStream.cs:5
System.Threading
Definition
_ThreadPoolWaitCallback.cs:4
System
Definition
__ComObject.cs:4
source
System
Net
Security
SSPIHandleCache.cs
Generated by
1.10.0