Initializes a new instance of Rfc2898DeriveBytes using a password, salt size, and number of iterations.
Namespace:
Rebex.Security.Cryptography
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
Visual Basic |
---|
Public Sub New ( _ password As String, _ saltSize As Integer _ ) |
C# |
---|
public Rfc2898DeriveBytes( string password, int saltSize ) |
Parameters
- password
- Type: System..::..String
The password used to derive the key.
- saltSize
- Type: System..::..Int32
The size of the random key salt value to be generated.