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
NetworkCredential.cs
Go to the documentation of this file.
1using System;
6using Mono.Http;
7
8namespace System.Net
9{
10 [global::Cpp2ILInjected.Token(Token = "0x20001C2")]
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x6000AB9")]
14 [global::Cpp2ILInjected.Address(RVA = "0x1F10788", Offset = "0x1F10788", Length = "0x58")]
15 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
16 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetworkCredential), Member = ".ctor", MemberParameters = new object[]
17 {
18 typeof(string),
19 typeof(string),
20 typeof(string)
21 }, ReturnType = typeof(void))]
22 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
24 {
25 throw null;
26 }
27
28 [global::Cpp2ILInjected.Token(Token = "0x6000ABA")]
29 [global::Cpp2ILInjected.Address(RVA = "0x1F107E0", Offset = "0x1F107E0", Length = "0x68")]
30 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FtpWebRequest), Member = ".ctor", MemberParameters = new object[] { typeof(Uri) }, ReturnType = typeof(void))]
31 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
32 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetworkCredential), Member = ".ctor", MemberParameters = new object[]
33 {
34 typeof(string),
35 typeof(string),
36 typeof(string)
37 }, ReturnType = typeof(void))]
38 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
39 public NetworkCredential(string userName, string password)
40 {
41 throw null;
42 }
43
44 [global::Cpp2ILInjected.Token(Token = "0x6000ABB")]
45 [global::Cpp2ILInjected.Address(RVA = "0x1F10848", Offset = "0x1F10848", Length = "0x68")]
46 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
47 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
48 public NetworkCredential(string userName, SecureString password)
49 {
50 throw null;
51 }
52
53 [global::Cpp2ILInjected.Token(Token = "0x6000ABC")]
54 [global::Cpp2ILInjected.Address(RVA = "0x1F0B0E8", Offset = "0x1F0B0E8", Length = "0xC4")]
55 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FtpWebRequest), Member = ".cctor", ReturnType = typeof(void))]
56 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NetworkCredential), Member = ".ctor", ReturnType = typeof(void))]
57 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NetworkCredential), Member = ".ctor", MemberParameters = new object[]
58 {
59 typeof(string),
60 typeof(string)
61 }, ReturnType = typeof(void))]
62 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NegotiateStreamPal), Member = "AcquireDefaultCredential", MemberParameters = new object[]
63 {
64 typeof(string),
65 typeof(bool)
66 }, ReturnType = typeof(SafeFreeCredentials))]
67 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
68 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
69 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(UnsafeNclNativeMethods.SecureStringHelper), Member = "CreateSecureString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(SecureString))]
70 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
71 public NetworkCredential(string userName, string password, string domain)
72 {
73 throw null;
74 }
75
76 [global::Cpp2ILInjected.Token(Token = "0x6000ABD")]
77 [global::Cpp2ILInjected.Address(RVA = "0x1F108B0", Offset = "0x1F108B0", Length = "0xC0")]
78 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
79 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
80 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetworkCredential), Member = "set_SecurePassword", MemberParameters = new object[] { typeof(SecureString) }, ReturnType = typeof(void))]
81 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
82 public NetworkCredential(string userName, SecureString password, string domain)
83 {
84 throw null;
85 }
86
87 [global::Cpp2ILInjected.Token(Token = "0x1700022B")]
88 public string UserName
89 {
90 [global::Cpp2ILInjected.Token(Token = "0x6000ABE")]
91 [global::Cpp2ILInjected.Address(RVA = "0x1F10AC4", Offset = "0x1F10AC4", Length = "0x8")]
92 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NtlmSession), Member = "Authenticate", MemberParameters = new object[]
93 {
94 typeof(string),
97 }, ReturnType = typeof(Authorization))]
98 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FtpControlStream), Member = "BuildCommandsList", MemberParameters = new object[] { typeof(WebRequest) }, ReturnType = typeof(CommandStream.PipelineEntry[]))]
99 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(BasicClient), Member = "InternalAuthenticate", MemberParameters = new object[]
100 {
103 }, ReturnType = typeof(Authorization))]
104 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DigestSession), Member = "Authenticate", MemberParameters = new object[]
105 {
108 }, ReturnType = typeof(Authorization))]
109 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(WebConnection), Member = "CanReuseConnection", MemberParameters = new object[] { typeof(WebOperation) }, ReturnType = typeof(bool))]
110 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(WebConnection), Member = "PrepareSharingNtlm", MemberParameters = new object[] { typeof(WebOperation) }, ReturnType = typeof(bool))]
111 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NegotiateStreamPal), Member = "AcquireCredentialsHandle", MemberParameters = new object[]
112 {
113 typeof(string),
114 typeof(bool),
116 }, ReturnType = typeof(SafeFreeCredentials))]
117 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 10)]
118 get
119 {
120 throw null;
121 }
122 [global::Cpp2ILInjected.Token(Token = "0x6000ABF")]
123 [global::Cpp2ILInjected.Address(RVA = "0x1F10970", Offset = "0x1F10970", Length = "0x60")]
124 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
125 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
126 set
127 {
128 throw null;
129 }
130 }
131
132 [global::Cpp2ILInjected.Token(Token = "0x1700022C")]
133 public string Password
134 {
135 [global::Cpp2ILInjected.Token(Token = "0x6000AC0")]
136 [global::Cpp2ILInjected.Address(RVA = "0x1F10ACC", Offset = "0x1F10ACC", Length = "0xC")]
137 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NtlmSession), Member = "Authenticate", MemberParameters = new object[]
138 {
139 typeof(string),
142 }, ReturnType = typeof(Authorization))]
143 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FtpControlStream), Member = "BuildCommandsList", MemberParameters = new object[] { typeof(WebRequest) }, ReturnType = typeof(CommandStream.PipelineEntry[]))]
144 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(BasicClient), Member = "InternalAuthenticate", MemberParameters = new object[]
145 {
148 }, ReturnType = typeof(Authorization))]
149 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DigestSession), Member = "Authenticate", MemberParameters = new object[]
150 {
153 }, ReturnType = typeof(Authorization))]
154 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(WebConnection), Member = "CanReuseConnection", MemberParameters = new object[] { typeof(WebOperation) }, ReturnType = typeof(bool))]
155 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(WebConnection), Member = "PrepareSharingNtlm", MemberParameters = new object[] { typeof(WebOperation) }, ReturnType = typeof(bool))]
156 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NegotiateStreamPal), Member = "AcquireCredentialsHandle", MemberParameters = new object[]
157 {
158 typeof(string),
159 typeof(bool),
161 }, ReturnType = typeof(SafeFreeCredentials))]
162 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 10)]
163 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(UnsafeNclNativeMethods.SecureStringHelper), Member = "CreateString", MemberParameters = new object[] { typeof(SecureString) }, ReturnType = typeof(string))]
164 get
165 {
166 throw null;
167 }
168 [global::Cpp2ILInjected.Token(Token = "0x6000AC1")]
169 [global::Cpp2ILInjected.Address(RVA = "0x1F109D0", Offset = "0x1F109D0", Length = "0x20")]
170 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
171 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(UnsafeNclNativeMethods.SecureStringHelper), Member = "CreateSecureString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(SecureString))]
172 set
173 {
174 throw null;
175 }
176 }
177
178 [global::Cpp2ILInjected.Token(Token = "0x1700022D")]
180 {
181 [global::Cpp2ILInjected.Token(Token = "0x6000AC2")]
182 [global::Cpp2ILInjected.Address(RVA = "0x1F10AE4", Offset = "0x1F10AE4", Length = "0xC")]
183 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
184 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SecureString), Member = "Copy", ReturnType = typeof(SecureString))]
185 get
186 {
187 throw null;
188 }
189 [global::Cpp2ILInjected.Token(Token = "0x6000AC3")]
190 [global::Cpp2ILInjected.Address(RVA = "0x1F10A50", Offset = "0x1F10A50", Length = "0x74")]
191 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NetworkCredential), Member = ".ctor", MemberParameters = new object[]
192 {
193 typeof(string),
195 typeof(string)
196 }, ReturnType = typeof(void))]
197 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
198 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SecureString), Member = "Copy", ReturnType = typeof(SecureString))]
199 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SecureString), Member = ".ctor", ReturnType = typeof(void))]
200 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
201 set
202 {
203 throw null;
204 }
205 }
206
207 [global::Cpp2ILInjected.Token(Token = "0x1700022E")]
208 public string Domain
209 {
210 [global::Cpp2ILInjected.Token(Token = "0x6000AC4")]
211 [global::Cpp2ILInjected.Address(RVA = "0x1F10AF0", Offset = "0x1F10AF0", Length = "0x8")]
212 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NtlmSession), Member = "Authenticate", MemberParameters = new object[]
213 {
214 typeof(string),
217 }, ReturnType = typeof(Authorization))]
218 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FtpControlStream), Member = "BuildCommandsList", MemberParameters = new object[] { typeof(WebRequest) }, ReturnType = typeof(CommandStream.PipelineEntry[]))]
219 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(BasicClient), Member = "InternalAuthenticate", MemberParameters = new object[]
220 {
223 }, ReturnType = typeof(Authorization))]
224 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(WebConnection), Member = "CanReuseConnection", MemberParameters = new object[] { typeof(WebOperation) }, ReturnType = typeof(bool))]
225 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(WebConnection), Member = "PrepareSharingNtlm", MemberParameters = new object[] { typeof(WebOperation) }, ReturnType = typeof(bool))]
226 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NegotiateStreamPal), Member = "AcquireCredentialsHandle", MemberParameters = new object[]
227 {
228 typeof(string),
229 typeof(bool),
231 }, ReturnType = typeof(SafeFreeCredentials))]
232 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 8)]
233 get
234 {
235 throw null;
236 }
237 [global::Cpp2ILInjected.Token(Token = "0x6000AC5")]
238 [global::Cpp2ILInjected.Address(RVA = "0x1F109F0", Offset = "0x1F109F0", Length = "0x60")]
239 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
240 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
241 set
242 {
243 throw null;
244 }
245 }
246
247 [global::Cpp2ILInjected.Token(Token = "0x6000AC6")]
248 [global::Cpp2ILInjected.Address(RVA = "0x1F10AF8", Offset = "0x1F10AF8", Length = "0x8")]
249 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
250 internal string InternalGetUserName()
251 {
252 throw null;
253 }
254
255 [global::Cpp2ILInjected.Token(Token = "0x6000AC7")]
256 [global::Cpp2ILInjected.Address(RVA = "0x1F10AD8", Offset = "0x1F10AD8", Length = "0xC")]
257 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
258 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(UnsafeNclNativeMethods.SecureStringHelper), Member = "CreateString", MemberParameters = new object[] { typeof(SecureString) }, ReturnType = typeof(string))]
259 internal string InternalGetPassword()
260 {
261 throw null;
262 }
263
264 [global::Cpp2ILInjected.Token(Token = "0x6000AC8")]
265 [global::Cpp2ILInjected.Address(RVA = "0x1F10B00", Offset = "0x1F10B00", Length = "0x8")]
266 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
268 {
269 throw null;
270 }
271
272 [global::Cpp2ILInjected.Token(Token = "0x6000AC9")]
273 [global::Cpp2ILInjected.Address(RVA = "0x1F10B08", Offset = "0x1F10B08", Length = "0x8")]
274 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
275 internal string InternalGetDomain()
276 {
277 throw null;
278 }
279
280 [global::Cpp2ILInjected.Token(Token = "0x6000ACA")]
281 [global::Cpp2ILInjected.Address(RVA = "0x1F10B10", Offset = "0x1F10B10", Length = "0x60")]
282 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
283 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
284 {
285 typeof(string),
286 typeof(string)
287 }, ReturnType = typeof(string))]
288 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
290 {
291 throw null;
292 }
293
294 [global::Cpp2ILInjected.Token(Token = "0x6000ACB")]
295 [global::Cpp2ILInjected.Address(RVA = "0x1F10B70", Offset = "0x1F10B70", Length = "0x4")]
296 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
298 {
299 throw null;
300 }
301
302 [global::Cpp2ILInjected.Token(Token = "0x6000ACC")]
303 [global::Cpp2ILInjected.Address(RVA = "0x1F10B74", Offset = "0x1F10B74", Length = "0x4")]
304 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
305 public NetworkCredential GetCredential(string host, int port, string authenticationType)
306 {
307 throw null;
308 }
309
310 [global::Cpp2ILInjected.Token(Token = "0x4000983")]
311 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
312 private string m_domain;
313
314 [global::Cpp2ILInjected.Token(Token = "0x4000984")]
315 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
316 private string m_userName;
317
318 [global::Cpp2ILInjected.Token(Token = "0x4000985")]
319 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
321 }
322}
class f__AnonymousType0<< Count > j__TPar
NetworkCredential GetCredential(Uri uri, string authType)
NetworkCredential(string userName, SecureString password)
NetworkCredential(string userName, SecureString password, string domain)
NetworkCredential(string userName, string password, string domain)
NetworkCredential GetCredential(string host, int port, string authenticationType)
NetworkCredential(string userName, string password)