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

◆ CheckCrls()

static X509Crl System.Security.Cryptography.X509Certificates.X509ChainImplMono.CheckCrls ( string subject,
string ski,
X509Store store )
inlinestaticprivate

Definition at line 508 of file X509ChainImplMono.cs.

509 {
511 if (ski != null)
512 {
513 if (arrayList != null)
514 {
515 }
516 object[] items = arrayList._items;
517 int stringLength = subject._stringLength;
518 if (stringLength != 0)
519 {
520 if (stringLength == 0)
521 {
522 }
523 string text;
524 bool flag = subject == text;
525 }
526 }
527 long num = 0L;
528 if (arrayList != null)
529 {
530 }
531 if (num == 0L)
532 {
533 throw new InvalidCastException();
534 }
535 throw new OutOfMemoryException();
536 }
class f__AnonymousType0<< Count > j__TPar

References System.Collections.ArrayList._items, j__TPar, System.L, and System.text.

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