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

◆ IterationCount

int System.Security.Cryptography.Rfc2898DeriveBytes.IterationCount
getset

Definition at line 173 of file Rfc2898DeriveBytes.cs.

174 {
175 [global::Cpp2ILInjected.Token(Token = "0x6001774")]
176 [global::Cpp2ILInjected.Address(RVA = "0x1AF2340", Offset = "0x1AF2340", Length = "0x8")]
177 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
178 get
179 {
180 throw null;
181 }
182 [global::Cpp2ILInjected.Token(Token = "0x6001775")]
183 [global::Cpp2ILInjected.Address(RVA = "0x1AF2348", Offset = "0x1AF2348", Length = "0x7C")]
184 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
185 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
186 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Rfc2898DeriveBytes), Member = "Initialize", ReturnType = typeof(void))]
187 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
188 {
189 typeof(string),
190 typeof(string)
191 }, ReturnType = typeof(void))]
192 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
193 set
194 {
195 throw null;
196 }
197 }
class f__AnonymousType0<< Count > j__TPar
Rfc2898DeriveBytes(byte[] password, byte[] salt, int iterations)