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

◆ Certificates

X509CertificateCollection Mono.Security.X509.PKCS12.Certificates
get

Definition at line 167 of file PKCS12.cs.

168 {
169 get
170 {
171 while (this._certsChanged)
172 {
173 this._certs.Clear();
175 if (safeBags != null)
176 {
177 }
178 object[] items = safeBags._items;
179 int size = safeBags._size;
180 ASN1 asn;
181 byte[] value = asn.Value;
182 X509CertificateCollection certs = this._certs;
183 ASN1 asn2;
184 byte[] value2 = asn2.Value;
185 long num = 0L;
186 int num2 = 5;
187 if (safeBags != null)
188 {
189 }
190 if (num != 0L)
191 {
192 throw new OutOfMemoryException();
193 }
194 if (num2 == 0)
195 {
196 break;
197 }
198 }
199 return this._certs;
200 }
201 }
class f__AnonymousType0<< Count > j__TPar
X509CertificateCollection _certs
Definition PKCS12.cs:1237

Referenced by Mono.Security.X509.PKCS12.GetExistingParameters().