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

◆ Salt

byte [] System.Security.Cryptography.PasswordDeriveBytes.Salt
getset

Definition at line 102 of file PasswordDeriveBytes.cs.

103 {
104 get
105 {
106 object obj;
107 if (this._salt == null || obj == null || obj != null)
108 {
109 }
110 throw new InvalidCastException();
111 }
112 set
113 {
114 if (this._baseValue == null)
115 {
116 object obj;
117 if (value != null && obj != null)
118 {
119 if (obj == null)
120 {
121 throw new InvalidCastException();
122 }
123 this._salt = obj;
124 if (obj == null)
125 {
126 throw new InvalidCastException();
127 }
128 }
129 return;
130 }
131 throw new ArrayTypeMismatchException();
132 }
133 }
class f__AnonymousType0<< Count > j__TPar