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

◆ IndexOf()

int Mono.Security.X509.X509CertificateCollection.IndexOf ( X509Certificate value)
inline

Definition at line 176 of file X509CertificateCollection.cs.

177 {
178 while (value == null)
179 {
180 }
181 byte[] hash = value.Hash;
182 ArrayList list = this._list;
183 if (this._list != null)
184 {
185 }
186 ArrayList list2 = this._list;
187 throw new InvalidCastException();
188 }
class f__AnonymousType0<< Count > j__TPar

References System.Collections.CollectionBase._list, j__TPar, System.list, and System.value.

Referenced by Mono.Security.X509.X509Chain.FindCertificateRoot(), and Mono.Security.X509.X509Chain.IsParent().