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

◆ PasswordDeriveBytes() [7/8]

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

Definition at line 147 of file PasswordDeriveBytes.cs.

148 : this(new UTF8Encoding(encoderShouldEmitUTF8Identifier: false).GetBytes(strPassword), rgbSalt, strHashName, iterations, cspParams)
149 {
150 }