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
◆
ExtraStore
X509Certificate2Collection
System.Security.Cryptography.X509Certificates.X509ChainPolicy.ExtraStore
get
Definition at line
16
of file
X509ChainPolicy.cs
.
17
{
18
get
19
{
20
for
(;;)
21
{
22
if
(this.
store2
==
null
)
23
{
24
X509CertificateCollection
x509CertificateCollection
= this.
store
;
25
if
(x509CertificateCollection ==
null
)
26
{
27
break
;
28
}
29
X509CertificateCollection.X509CertificateEnumerator
enumerator =
x509CertificateCollection
.
GetEnumerator
();
30
bool
flag = enumerator.MoveNext();
31
X509Certificate x509Certificate = enumerator.Current;
32
X509Certificate2Collection
x509Certificate2Collection
= this.
store2
;
33
long
num = 0
L
;
34
int
num2
= 3;
35
if
(enumerator !=
null
)
36
{
37
}
38
if
(num != 0
L
)
39
{
40
goto
IL_0047
;
41
}
42
if
(
num2
== 0)
43
{
44
break
;
45
}
46
}
47
}
48
return
this.
store2
;
49
IL_0047
:
50
throw
new
OutOfMemoryException
();
51
}
52
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.OutOfMemoryException
Definition
OutOfMemoryException.cs:9
System.Security.Cryptography.X509Certificates.X509CertificateCollection.GetEnumerator
new X509CertificateCollection.X509CertificateEnumerator GetEnumerator()
Definition
X509CertificateCollection.cs:48
System.Security.Cryptography.X509Certificates.X509ChainPolicy.store
X509CertificateCollection store
Definition
X509ChainPolicy.cs:120
System.Security.Cryptography.X509Certificates.X509ChainPolicy.store2
X509Certificate2Collection store2
Definition
X509ChainPolicy.cs:123
System.ConsoleKey.L
@ L
System
Security
Cryptography
X509Certificates
X509ChainPolicy
Generated by
1.10.0