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

◆ Decode()

override void Mono.Security.X509.Extensions.BasicConstraintsExtension.Decode ( )
inlineprotectedvirtual

Reimplemented from Mono.Security.X509.X509Extension.

Definition at line 16 of file BasicConstraintsExtension.cs.

17 {
20 byte[] value = extnValue.Value;
21 ASN1 asn;
22 if (asn != null)
23 {
24 byte nTag = asn.m_nTag;
25 byte[] value2 = asn.Value;
26 this.cA = nTag != 0;
27 ASN1 asn2;
28 if (asn2 != null)
29 {
30 byte nTag2 = asn2.m_nTag;
31 int num = ASN1Convert.ToInt32(asn2);
33 }
34 }
35 }
class f__AnonymousType0<< Count > j__TPar
byte[] Value
Definition ASN1.cs:89

References Mono.Security.X509.X509Extension.extnValue, j__TPar, Mono.Security.ASN1.m_nTag, Mono.Security.ASN1Convert.ToInt32(), Mono.Security.ASN1.Value, and System.value.