Class AccountPasswordModel
Class represents submit model of the AccountPassword page.
public sealed class AccountPasswordModel
- Inheritance
-
objectAccountPasswordModel
- Extension Methods
Constructors
AccountPasswordModel()
public AccountPasswordModel()
Properties
CurrentPassword
Current password.
[RequiredValidationRule]
[PasswordComponent(Label = "{$base.users.currentPassword$}", IgnorePasswordPolicy = true)]
public string CurrentPassword { get; set; }
Property Value
- string
NewPassword
New password.
[RequiredValidationRule]
[PasswordComponent(Label = "{$base.users.newPassword$}")]
public string NewPassword { get; set; }
Property Value
- string