Rfc2898DeriveBytes Constructor
.NET Framework 4
Initializes a new instance of the Rfc2898DeriveBytes class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Rfc2898DeriveBytes(String, Byte[]) | Initializes a new instance of the Rfc2898DeriveBytes class using a password and salt to derive the key. |
|
Rfc2898DeriveBytes(String, Int32) | Initializes a new instance of the Rfc2898DeriveBytes class using the password and salt size to derive the key. |
|
Rfc2898DeriveBytes(Byte[], Byte[], Int32) | Initializes a new instance of the Rfc2898DeriveBytes class using a password, a salt, and number of iterations to derive the key. |
|
Rfc2898DeriveBytes(String, Byte[], Int32) | Initializes a new instance of the Rfc2898DeriveBytes class using a password, a salt, and number of iterations to derive the key. |
|
Rfc2898DeriveBytes(String, Int32, Int32) | Initializes a new instance of the Rfc2898DeriveBytes class using a password, a salt size, and number of iterations to derive the key. |