Overload List
| Name | Description | |
|---|---|---|
| Rfc2898DeriveBytes(String, array<Byte>[]()[][]) |
Initializes a new instance of Rfc2898DeriveBytes using a password and salt.
| |
| Rfc2898DeriveBytes(String, Int32) |
Initializes a new instance of Rfc2898DeriveBytes using a password, salt size, and number of iterations.
| |
| Rfc2898DeriveBytes(array<Byte>[]()[][], array<Byte>[]()[][], Int32) |
Initializes a new instance of Rfc2898DeriveBytes using a password, salt size, and number of iterations.
| |
| Rfc2898DeriveBytes(String, array<Byte>[]()[][], Int32) |
Initializes a new instance of Rfc2898DeriveBytes using a password, salt size, and number of iterations.
| |
| Rfc2898DeriveBytes(String, Int32, Int32) |
Initializes a new instance of Rfc2898DeriveBytes using a password, salt size, and number of iterations.
|