Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Rfc2898DeriveBytes Constructor

 

Initializes a new instance of the Rfc2898DeriveBytes class.

Namespace:   System.Security.Cryptography
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodRfc2898DeriveBytes(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.

System_CAPS_pubmethodRfc2898DeriveBytes(String^, array<Byte>^)

Initializes a new instance of the Rfc2898DeriveBytes class using a password and salt to derive the key.

System_CAPS_pubmethodRfc2898DeriveBytes(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.

System_CAPS_pubmethodRfc2898DeriveBytes(String^, Int32)

Initializes a new instance of the Rfc2898DeriveBytes class using the password and salt size to derive the key.

System_CAPS_pubmethodRfc2898DeriveBytes(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.

Return to top
Show:
© 2017 Microsoft