Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ PasswordDeriveBytes() [3/8]

System.Security.Cryptography.PasswordDeriveBytes.PasswordDeriveBytes ( string strPassword,
byte?[] rgbSalt,
string strHashName,
int iterations )
inline

Definition at line 121 of file PasswordDeriveBytes.cs.

122 : this(strPassword, rgbSalt, strHashName, iterations, new CspParameters())
123 {
124 }