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

◆ PasswordToKey()

byte[] Mono.Security.Protocol.Ntlm.ChallengeResponse.PasswordToKey ( string password,
int position )
inlineprivate

Definition at line 176 of file ChallengeResponse.cs.

177 {
178 int stringLength = password._stringLength;
179 int num = 7;
180 int num2 = Math.Min(0, num);
183 string text = password.ToUpper(currentCulture);
184 byte[] array;
185 return array;
186 }
class f__AnonymousType0<< Count > j__TPar
static CultureInfo CurrentCulture
static byte Min(byte val1, byte val2)
Definition Math.cs:152
static Encoding ASCII
Definition Encoding.cs:348

References System.array, System.Text.Encoding.ASCII, System.Globalization.CultureInfo.CurrentCulture, j__TPar, System.Math.Min(), and System.text.