2 references to
mscorlib (2)
system\security\cryptography\rfc2898derivebytes.cs (2)
89
:
this
(new UTF8Encoding(false).GetBytes(password), salt, iterations, hashAlgorithm) {
92
public Rfc2898DeriveBytes(byte[] password, byte[] salt, int iterations) :
this
(password, salt, iterations, HashAlgorithmName.SHA1) { }