In This Topic
The following tables list the members exposed by Password.
Public Fields
| Name | Description |
| KnownHashes |
Gets the list of known hash algorithms.
|
Top
Public Properties
| Name | Description |
| HashType |
Gets the hash algorithm used to encrypt the password.
|
| SpinCount |
Gets the number of times the hashing function shall be iteratively run.
|
Top
Public Methods
| Name | Description |
| ResetPassword |
Resets the current password.
|
| SetPassword |
Sets the current password. If password is null or empty, password will be reset.
|
| ValidatePassword |
Compares the current password to a specified value.
|
Top
See Also