| PasswordHash Class |
|
Namespace: DataPA.Utils.QueryEngine
public class PasswordHash
The PasswordHash type exposes the following members.
| Name | Description | |
|---|---|---|
| PasswordHash | Initializes a new instance of the PasswordHash class |
| Name | Description | |
|---|---|---|
| CreateHash |
Creates a salted PBKDF2 hash of the password.
| |
| ValidatePassword |
Validates a password given a hash of the correct one.
|
| Name | Description | |
|---|---|---|
| HASH_BYTE_SIZE | ||
| ITERATION_INDEX | ||
| PBKDF2_INDEX | ||
| PBKDF2_ITERATIONS | ||
| SALT_BYTE_SIZE | ||
| SALT_INDEX |