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.PasswordDeriveBytes.IterationCount
getset

Definition at line 181 of file PasswordDeriveBytes.cs.

182 {
183 [global::Cpp2ILInjected.Token(Token = "0x60018EF")]
184 [global::Cpp2ILInjected.Address(RVA = "0x1B006C4", Offset = "0x1B006C4", Length = "0x8")]
185 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
186 get
187 {
188 throw null;
189 }
190 [global::Cpp2ILInjected.Token(Token = "0x60018F0")]
191 [global::Cpp2ILInjected.Address(RVA = "0x1B00308", Offset = "0x1B00308", Length = "0x108")]
192 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
193 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(PasswordDeriveBytes), Member = ".ctor", MemberParameters = new object[]
194 {
195 typeof(byte[]),
196 typeof(byte[]),
197 typeof(string),
198 typeof(int),
199 typeof(CspParameters)
200 }, ReturnType = typeof(void))]
201 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
202 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Environment), Member = "GetResourceString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
203 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
204 {
205 typeof(string),
206 typeof(string)
207 }, ReturnType = typeof(void))]
208 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Environment), Member = "GetResourceString", MemberParameters = new object[]
209 {
210 typeof(string),
211 typeof(object[])
212 }, ReturnType = typeof(string))]
213 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CryptographicException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
214 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 14)]
215 set
216 {
217 throw null;
218 }
219 }
class f__AnonymousType0<< Count > j__TPar
PasswordDeriveBytes(string strPassword, byte[] rgbSalt)