[]
Compares the current password to a specified value.
public PasswordValidationResult ValidatePassword(string password)
Public Function ValidatePassword(password As String) As PasswordValidationResult
| Type | Name | Description |
|---|---|---|
| string | password | The value to compare the current password to. |
| Type | Description |
|---|---|
| PasswordValidationResult | A PasswordValidationResult representing the result of comparison. |