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

◆ Find()

X509Certificate2Collection System.Security.Cryptography.X509Certificates.X509Certificate2Collection.Find ( X509FindType findType,
object findValue,
bool validOnly )
inline

Definition at line 100 of file X509Certificate2Collection.cs.

101 {
102 if (findValue == null)
103 {
104 throw new ArrayTypeMismatchException();
105 }
107 ArrayList list = this._list;
108 if (list != null)
109 {
110 }
111 int num;
112 X509ExtensionCollection x509ExtensionCollection;
113 if (num != 0 && x509ExtensionCollection["2.5.29.15"] != null)
114 {
115 X509ExtensionCollection x509ExtensionCollection2;
117 int num2;
118 while (num2 != 0)
119 {
120 }
121 X509Extension x509Extension;
122 while (x509Extension == null)
123 {
124 }
125 }
126 long num3 = 0L;
127 if (list != null)
128 {
129 }
130 if (num3 == 0L)
131 {
132 throw new InvalidCastException();
133 }
134 throw new OutOfMemoryException();
135 }
class f__AnonymousType0<< Count > j__TPar
static CultureInfo InvariantCulture

References System.Collections.CollectionBase._list, System.count, System.Security.Cryptography.X509Certificates.X509ExtensionCollection.Count, System.Globalization.CultureInfo.InvariantCulture, j__TPar, System.L, and System.list.

Referenced by System.Security.Cryptography.X509Certificates.X509ChainImplMono.FindParent().