terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
ContextFlagsAdapterPal.cs
Go to the documentation of this file.
1using System;
5
6namespace System.Net
7{
8 [global::Cpp2ILInjected.Token(Token = "0x2000122")]
9 internal static class ContextFlagsAdapterPal
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x60006E3")]
12 [global::Cpp2ILInjected.Address(RVA = "0x1EE09D4", Offset = "0x1EE09D4", Length = "0xBC")]
13 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
14 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NegotiateStreamPal), Member = "EstablishSecurityContext", MemberParameters = new object[]
15 {
18 typeof(string),
23 }, ReturnType = typeof(SecurityStatusPal))]
24 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
25 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
26 internal static ContextFlagsPal GetContextFlagsPalFromInterop(Interop.NetSecurityNative.GssFlags gssFlags, bool isServer)
27 {
28 throw null;
29 }
30
31 [global::Cpp2ILInjected.Token(Token = "0x60006E4")]
32 [global::Cpp2ILInjected.Address(RVA = "0x1EE0A90", Offset = "0x1EE0A90", Length = "0xB8")]
33 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
34 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NegotiateStreamPal), Member = "EstablishSecurityContext", MemberParameters = new object[]
35 {
38 typeof(string),
43 }, ReturnType = typeof(SecurityStatusPal))]
44 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
45 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
50
51 // Note: this type is marked as 'beforefieldinit'.
52 [global::Cpp2ILInjected.Token(Token = "0x60006E5")]
53 [global::Cpp2ILInjected.Address(RVA = "0x1EE0B48", Offset = "0x1EE0B48", Length = "0x88")]
54 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
55 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
57 {
58 throw null;
59 }
60
61 [global::Cpp2ILInjected.Token(Token = "0x400054C")]
63
64 [global::Cpp2ILInjected.Token(Token = "0x2000123")]
66 {
67 [global::Cpp2ILInjected.Token(Token = "0x60006E6")]
68 [global::Cpp2ILInjected.Address(RVA = "0x1EE0BD0", Offset = "0x1EE0BD0", Length = "0x8")]
69 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
70 public ContextFlagMapping(Interop.NetSecurityNative.GssFlags gssFlag, ContextFlagsPal contextFlag)
71 {
72 throw null;
73 }
74
75 [global::Cpp2ILInjected.Token(Token = "0x400054D")]
76 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
78
79 [global::Cpp2ILInjected.Token(Token = "0x400054E")]
80 [global::Cpp2ILInjected.FieldOffset(Offset = "0x4")]
82 }
83 }
84}
class f__AnonymousType0<< Count > j__TPar
static readonly ContextFlagsAdapterPal.ContextFlagMapping[] s_contextFlagMapping
static ContextFlagsPal GetContextFlagsPalFromInterop(Interop.NetSecurityNative.GssFlags gssFlags, bool isServer)
static Interop.NetSecurityNative.GssFlags GetInteropFromContextFlagsPal(ContextFlagsPal flags, bool isServer)
ContextFlagMapping(Interop.NetSecurityNative.GssFlags gssFlag, ContextFlagsPal contextFlag)
readonly Interop.NetSecurityNative.GssFlags GssFlags