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.Rfc2898DeriveBytes.Salt
getset

Definition at line 200 of file Rfc2898DeriveBytes.cs.

201 {
202 [global::Cpp2ILInjected.Token(Token = "0x6001776")]
203 [global::Cpp2ILInjected.Address(RVA = "0x1AF23C4", Offset = "0x1AF23C4", Length = "0xC")]
204 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
205 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Internal.Cryptography.Helpers), Member = "CloneByteArray", MemberParameters = new object[] { typeof(byte[]) }, ReturnType = typeof(byte[]))]
206 get
207 {
208 throw null;
209 }
210 [global::Cpp2ILInjected.Token(Token = "0x6001777")]
211 [global::Cpp2ILInjected.Address(RVA = "0x1AF23D0", Offset = "0x1AF23D0", Length = "0xB0")]
212 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
213 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
214 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Internal.Cryptography.Helpers), Member = "CloneByteArray", MemberParameters = new object[] { typeof(byte[]) }, ReturnType = typeof(byte[]))]
215 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Rfc2898DeriveBytes), Member = "Initialize", ReturnType = typeof(void))]
216 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
217 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
218 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 8)]
219 set
220 {
221 throw null;
222 }
223 }
class f__AnonymousType0<< Count > j__TPar
Rfc2898DeriveBytes(byte[] password, byte[] salt, int iterations)