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

◆ HashName

string System.Security.Cryptography.PasswordDeriveBytes.HashName
getset

Definition at line 145 of file PasswordDeriveBytes.cs.

146 {
147 [global::Cpp2ILInjected.Token(Token = "0x60018ED")]
148 [global::Cpp2ILInjected.Address(RVA = "0x1B006BC", Offset = "0x1B006BC", Length = "0x8")]
149 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
150 get
151 {
152 throw null;
153 }
154 [global::Cpp2ILInjected.Token(Token = "0x60018EE")]
155 [global::Cpp2ILInjected.Address(RVA = "0x1B00550", Offset = "0x1B00550", Length = "0x16C")]
156 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
157 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(PasswordDeriveBytes), Member = ".ctor", MemberParameters = new object[]
158 {
159 typeof(byte[]),
160 typeof(byte[]),
161 typeof(string),
162 typeof(int),
163 typeof(CspParameters)
164 }, ReturnType = typeof(void))]
165 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
166 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CryptoConfig), Member = "CreateFromName", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(object))]
167 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Environment), Member = "GetResourceString", MemberParameters = new object[]
168 {
169 typeof(string),
170 typeof(object[])
171 }, ReturnType = typeof(string))]
172 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CryptographicException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
173 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 14)]
174 set
175 {
176 throw null;
177 }
178 }
class f__AnonymousType0<< Count > j__TPar
PasswordDeriveBytes(string strPassword, byte[] rgbSalt)