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

◆ Create()

static SafeGssCredHandle Microsoft.Win32.SafeHandles.SafeGssCredHandle.Create ( string username,
string password,
bool isNtlmOnly )
inlinestatic

Definition at line 12 of file SafeGssCredHandle.cs.

13 {
14 bool flag = string.IsNullOrEmpty(username);
16 global::Interop.NetSecurityNative.Status status;
17 SafeGssNameHandle safeGssNameHandle;
18 if (status == global::Interop.NetSecurityNative.Status.GSS_S_COMPLETE)
19 {
20 long num = 0L;
21 if (safeGssNameHandle != null)
22 {
23 }
24 if (num == 0L)
25 {
26 }
27 throw new OutOfMemoryException();
28 }
29 long num2 = 0L;
30 if (safeGssNameHandle != null)
31 {
32 }
33 if (num2 == 0L)
34 {
35 }
36 throw new OutOfMemoryException();
37 }
class f__AnonymousType0<< Count > j__TPar
static Encoding UTF8
Definition Encoding.cs:828

References j__TPar, System.L, and System.Text.Encoding.UTF8.