Rfc2898DeriveBytes Constructor

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.

  NameDescription
Public method Rfc2898DeriveBytes(String, Byte()) Initializes a new instance of the Rfc2898DeriveBytes class using a password and salt to derive the key.
Public method 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.
Public method 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.
Top

Show:
© 2017 Microsoft