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

◆ X509CrlEntry() [2/2]

Mono.Security.X509.X509Crl.X509CrlEntry.X509CrlEntry ( ASN1 entry)
inlinepackage

Definition at line 413 of file X509Crl.cs.

414 {
415 long num = 0L;
416 byte[] value = entry[(int)num].Value;
417 this.sn = value;
418 DateTime dateTime = ASN1Convert.ToDateTime(entry[1]);
419 this.revocationDate = dateTime;
420 ASN1 asn = entry[2];
421 }
class f__AnonymousType0<< Count > j__TPar
DateTime IConvertible. ToDateTime(IFormatProvider provider)
Definition DateTime.cs:1275

References j__TPar, System.L, Mono.Security.ASN1Convert.ToDateTime(), and System.value.