Overload List

  NameDescription
Public methodSupported by the .NET Compact FrameworkRfc2898DeriveBytes(String, array<Byte>[]()[][])
Initializes a new instance of Rfc2898DeriveBytes using a password and salt.
Public methodSupported by the .NET Compact FrameworkRfc2898DeriveBytes(String, Int32)
Initializes a new instance of Rfc2898DeriveBytes using a password, salt size, and number of iterations.
Public methodSupported by the .NET Compact FrameworkRfc2898DeriveBytes(array<Byte>[]()[][], array<Byte>[]()[][], Int32)
Initializes a new instance of Rfc2898DeriveBytes using a password, salt size, and number of iterations.
Public methodSupported by the .NET Compact FrameworkRfc2898DeriveBytes(String, array<Byte>[]()[][], Int32)
Initializes a new instance of Rfc2898DeriveBytes using a password, salt size, and number of iterations.
Public methodSupported by the .NET Compact FrameworkRfc2898DeriveBytes(String, Int32, Int32)
Initializes a new instance of Rfc2898DeriveBytes using a password, salt size, and number of iterations.

See Also