Rfc2898DeriveBytes public class Rfc2898DeriveBytes : DeriveBytes Documentation public int IterationCount { get; set; } public byte[] Salt { get; set; } public Rfc2898DeriveBytes(byte[] password, byte[] salt, int iterations) public Rfc2898DeriveBytes(string password, byte[] salt) public Rfc2898DeriveBytes(string password, byte[] salt, int iterations) public Rfc2898DeriveBytes(string password, int saltSize) public Rfc2898DeriveBytes(string password, int saltSize, int iterations)