Rfc2898DeriveBytes Constructor
Initializes a new instance of the Rfc2898DeriveBytes class.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Rfc2898DeriveBytes(array<Byte>^, array<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^, array<Byte>^) | Initializes a new instance of the Rfc2898DeriveBytes class using a password and salt to derive the key. |
![]() | Rfc2898DeriveBytes(String^, array<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) | Initializes a new instance of the Rfc2898DeriveBytes class using the password and salt size 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. |
