Свойство | Тип | Описание | |
---|---|---|---|
Function | byte[] |
Метод | Описание | |
---|---|---|
GetBytes ( int count ) : byte[] |
Returns a pseudo-random key from a password, salt and iteration count.
|
|
Pbkdf2 ( |
Creates new instance.
|
Метод | Описание | |
---|---|---|
Function ( ) : byte[] |
public GetBytes ( int count ) : byte[] | ||
count | int | Number of bytes to return. |
Результат | byte[] |
public Pbkdf2 ( |
||
algorithm | HMAC algorithm to use. | |
password | byte | The password used to derive the key. |
salt | byte | The key salt used to derive the key. |
iterations | int | The number of iterations for the operation. |
Результат | System |