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

◆ AreEqual()

static bool System.Security.Cryptography.X509Certificates.X500DistinguishedName.AreEqual ( X500DistinguishedName name1,
X500DistinguishedName name2 )
inlinestaticpackage

Definition at line 96 of file X500DistinguishedName.cs.

97 {
98 int num = 1;
99 if (name1 != null)
100 {
101 if (num == 0 || name1.canonEncoding != null)
102 {
103 }
104 string newLine = Environment.NewLine;
105 if (newLine == null || newLine != null)
106 {
107 string[] array;
108 string text;
109 bool flag = X500DistinguishedName.Canonize(array) != text;
110 }
111 }
112 throw new ArrayTypeMismatchException();
113 }
class f__AnonymousType0<< Count > j__TPar
static string NewLine

References System.array, System.Security.Cryptography.X509Certificates.X500DistinguishedName.Canonize(), j__TPar, System.Environment.NewLine, and System.text.

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