Rfc2898DeriveBytes Constructor
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
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(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. |
Show: