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

◆ IsSelfSigned

bool Mono.Security.X509.X509Certificate.IsSelfSigned
get

Definition at line 602 of file X509Certificate.cs.

603 {
604 get
605 {
606 string issuername = this.m_issuername;
607 string text = this.m_subject;
608 bool flag = issuername != text;
609 if (this != null)
610 {
611 bool flag2;
612 return flag2;
613 }
614 bool flag3;
615 if (this.DSA != null)
616 {
617 DSA dsa = this.DSA;
618 flag3 = this.VerifySignature(dsa);
619 }
620 return flag3;
621 }
622 }
class f__AnonymousType0<< Count > j__TPar