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

◆ FindCrl()

X509Crl System.Security.Cryptography.X509Certificates.X509ChainImplMono.FindCrl ( X509Certificate2 caCertificate)
inlineprivate

Definition at line 539 of file X509ChainImplMono.cs.

540 {
541 for (;;)
542 {
543 X500DistinguishedName subjectName = caCertificate.SubjectName;
544 X509Store store = this.LMCAStore.store;
545 string text;
546 string text2;
547 if (X509ChainImplMono.CheckCrls(text, text2, store) == null)
548 {
549 StoreLocation storeLocation = this.location;
550 X509Store store2 = this.UserCAStore.store;
551 if (X509ChainImplMono.CheckCrls(text, text2, store2) == null)
552 {
554 if (X509ChainImplMono.CheckCrls(text, text2, store3) == null)
555 {
556 StoreLocation storeLocation2 = this.location;
558 if (X509ChainImplMono.CheckCrls(text, text2, store4) == null)
559 {
560 return;
561 }
562 }
563 }
564 }
565 }
566 }
class f__AnonymousType0<< Count > j__TPar

References System.Security.Cryptography.X509Certificates.X509ChainImplMono.CheckCrls(), j__TPar, System.Security.Cryptography.X509Certificates.X509ChainImplMono.LMCAStore, System.Security.Cryptography.X509Certificates.X509ChainImplMono.LMRootStore, System.Security.Cryptography.X509Certificates.X509ChainImplMono.location, System.Security.Cryptography.X509Certificates.X509Store.store, System.text, System.Security.Cryptography.X509Certificates.X509ChainImplMono.UserCAStore, and System.Security.Cryptography.X509Certificates.X509ChainImplMono.UserRootStore.

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