terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ HashName

string System.Security.Cryptography.PasswordDeriveBytes.HashName
getset

Definition at line 57 of file PasswordDeriveBytes.cs.

58 {
59 get
60 {
61 return this._hashName;
62 }
63 set
64 {
65 if (this._baseValue != null)
66 {
68 }
70 object obj = CryptoConfig.CreateFromName(value);
71 if (obj != null)
72 {
74 throw new InvalidCastException();
75 }
76 }
77 }
class f__AnonymousType0<< Count > j__TPar