3 references to
System.Security.Cryptography (3)
System\Security\Cryptography\PasswordDeriveBytes.cs (3)
41this(password, salt, hashName, iterations, new CspParameters()) { } 53this(password, salt, "SHA1", 100, cspParams) { } 58this((new UTF8Encoding(false)).GetBytes(strPassword), rgbSalt, strHashName, iterations, cspParams) { }