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

◆ Parse()

void Mono.Security.X509.X509Crl.Parse ( byte[] crl)
inlineprivate

Definition at line 35 of file X509Crl.cs.

36 {
37 byte[] array = this.encoded;
38 ASN1 asn;
39 byte nTag = asn.m_nTag;
40 if (asn.elist != null)
41 {
42 long num = 0L;
43 byte nTag2 = asn[(int)num].m_nTag;
44 long num2 = 0L;
45 byte[] value = asn[(int)num2].Value;
46 return;
47 }
48 string text = "Input data cannot be coded as a valid CRL." + " [Non-matching signature algorithms in CRL]";
49 }
class f__AnonymousType0<< Count > j__TPar

References System.array, Mono.Security.X509.X509Crl.encoded, j__TPar, System.L, Mono.Security.ASN1.m_nTag, System.text, and System.value.