IAccounts |
void SetLocalUserAccountNewPassword( Guid accountId, string newPassword, SetPasswordOptions options )
| Exception | Condition |
|---|---|
| NotFoundException | The account does not exist. |
| ValidationException | The new password is not valid. |
| NotSupportedException | The accounts provider does not support modify operations. |
| This method should also throw a ValidationException if EnforcePasswordHistoryPolicy is and the password history policy is not satisfied. |