The following tables list the members exposed by PBKDF2.
Name | Description | |
---|---|---|
PBKDF2 Constructor | Constructs the Rfc2898DeriveBytes implementation. |
Name | Description | |
---|---|---|
IterationCount | Gets or sets the number of iterations for the operation. (Inherited from System.Security.Cryptography.Rfc2898DeriveBytes) | |
Salt | Gets or sets the key salt value for the operation. (Inherited from System.Security.Cryptography.Rfc2898DeriveBytes) |
Name | Description | |
---|---|---|
Dispose | Disposes of the object | |
GetBytes | Overridden. Overloaded, The base implementation is broken for length > 20, further the RFC doesnt support lenght > 20 and stipulates that the operation should fail. | |
Reset | When overridden in a derived class, resets the state of the operation. (Inherited from System.Security.Cryptography.DeriveBytes) |