SecurityUserBase.ComparePassword Method
| Name | Parameters | Description |
|---|---|---|
| ComparePassword(String, String) static | storedPassword, password | Compares the specified encrypted password with its plain-text representation. |
| ComparePassword(String) | password | Compares the current user’s stored encrypted password with its plain-text representation. |