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

◆ Salt

byte [] System.Security.Cryptography.PasswordDeriveBytes.Salt
getset

Definition at line 222 of file PasswordDeriveBytes.cs.

223 {
224 [global::Cpp2ILInjected.Token(Token = "0x60018F1")]
225 [global::Cpp2ILInjected.Address(RVA = "0x1B006CC", Offset = "0x1B006CC", Length = "0x74")]
226 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
227 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "Clone", ReturnType = typeof(object))]
228 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
229 get
230 {
231 throw null;
232 }
233 [global::Cpp2ILInjected.Token(Token = "0x60018F2")]
234 [global::Cpp2ILInjected.Address(RVA = "0x1B00410", Offset = "0x1B00410", Length = "0x140")]
235 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(PasswordDeriveBytes), Member = ".ctor", MemberParameters = new object[]
236 {
237 typeof(byte[]),
238 typeof(byte[]),
239 typeof(string),
240 typeof(int),
241 typeof(CspParameters)
242 }, ReturnType = typeof(void))]
243 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
244 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "Clone", ReturnType = typeof(object))]
245 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Environment), Member = "GetResourceString", MemberParameters = new object[]
246 {
247 typeof(string),
248 typeof(object[])
249 }, ReturnType = typeof(string))]
250 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CryptographicException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
251 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 15)]
252 set
253 {
254 throw null;
255 }
256 }
class f__AnonymousType0<< Count > j__TPar
PasswordDeriveBytes(string strPassword, byte[] rgbSalt)