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

◆ Clear()

void Mono.Security.X509.X509Stores.Clear ( )
inline

Definition at line 158 of file X509Stores.cs.

159 {
160 X509Store personal = this._personal;
161 if (personal != null)
162 {
163 personal.Clear();
164 }
165 X509Store other = this._other;
166 if (other != null)
167 {
168 other.Clear();
169 }
170 X509Store intermediate = this._intermediate;
171 if (intermediate != null)
172 {
174 }
175 X509Store trusted = this._trusted;
176 if (trusted != null)
177 {
178 trusted.Clear();
179 }
180 X509Store untrusted = this._untrusted;
181 if (untrusted != null)
182 {
184 }
185 }
class f__AnonymousType0<< Count > j__TPar

References Mono.Security.X509.X509Stores._intermediate, Mono.Security.X509.X509Stores._other, Mono.Security.X509.X509Stores._personal, Mono.Security.X509.X509Stores._trusted, Mono.Security.X509.X509Stores._untrusted, Mono.Security.X509.X509Store.Clear(), and j__TPar.