system\security\cryptography\passwordderivebytes.cs (3)
66this (password, salt, hashName, iterations, new CspParameters()) {}
72this (password, salt, "SHA1", 100, cspParams) {}
75this ((new UTF8Encoding(false)).GetBytes(strPassword), rgbSalt, strHashName, iterations, cspParams) {}