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

◆ SafeFreeNegoCredentials()

System.Net.Security.SafeFreeNegoCredentials.SafeFreeNegoCredentials ( bool isNtlmOnly,
string username,
string password,
string domain )
inline

Definition at line 50 of file SafeFreeNegoCredentials.cs.

51 {
52 int num = 1;
53 base..ctor(1073741824, num != 0);
54 int num2 = 92;
55 int num3 = username.IndexOf((char)num2);
56 int num4 = 92;
57 int num5 = username.IndexOf((char)num4, 1073741824);
58 bool flag = string.IsNullOrEmpty(domain);
59 long num6 = 0L;
60 string text = username.Substring((int)num6, num3);
61 string text2 = username.Substring(1073741824);
62 string text3;
63 if (text != null)
64 {
65 text3 = text.Trim();
66 }
67 string text4 = text2.Trim();
68 int num7 = 64;
69 int num8 = text4.IndexOf((char)num7);
70 bool flag2 = string.IsNullOrEmpty(text3);
71 string text5 = text4 + "@" + text3;
72 this._isNtlmOnly = 1073741824 != 0;
74 bool flag3 = string.IsNullOrEmpty(text5);
75 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, System.L, and System.text.