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 }
30 bool flag = enumerator.MoveNext();
31 X509Certificate x509Certificate = enumerator.Current;
32 X509Certificate2Collection x509Certificate2Collection = this.store2;
33 long num = 0L;
34 int num2 = 3;
35 if (enumerator != null)
36 {
37 }
38 if (num != 0L)
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 }
class f__AnonymousType0<< Count > j__TPar
new X509CertificateCollection.X509CertificateEnumerator GetEnumerator()