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

◆ GetCrlEntry() [2/2]

X509Crl.X509CrlEntry Mono.Security.X509.X509Crl.GetCrlEntry ( X509Certificate x509)
inline

Definition at line 246 of file X509Crl.cs.

247 {
248 while (x509 == null)
249 {
250 }
252 return x509CrlEntry;
253 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar.

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