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

◆ Reset()

override void System.Security.Cryptography.X509Certificates.X509ChainImplMono.Reset ( )
inline

Definition at line 85 of file X509ChainImplMono.cs.

86 {
87 X509ChainStatus[] array = this.status;
88 if (array == null || array != null)
89 {
90 }
94 if (x509Store != null)
95 {
97 }
99 if (x509Store2 != null)
100 {
102 }
104 if (x509Store3 != null)
105 {
107 }
109 if (x509Store4 != null)
110 {
112 }
113 }
class f__AnonymousType0<< Count > j__TPar

References System.Security.Cryptography.X509Certificates.X509ChainElementCollection._list, System.array, System.Security.Cryptography.X509Certificates.X509ChainImplMono.ca_store, System.Security.Cryptography.X509Certificates.X509Store.Close(), System.Security.Cryptography.X509Certificates.X509ChainImplMono.elements, j__TPar, System.list, System.Security.Cryptography.X509Certificates.X509ChainImplMono.root_store, System.Security.Cryptography.X509Certificates.X509ChainImplMono.status, System.Security.Cryptography.X509Certificates.X509ChainImplMono.user_ca_store, and System.Security.Cryptography.X509Certificates.X509ChainImplMono.user_root_store.