Class ChangePasswordModel
Inheritance
ChangePasswordModel
Assembly: Cryptolens.Licensing.CrossPlatform.dll
Syntax
public class ChangePasswordModel : RequestModel
Properties
|
Edit this page
View Source
AdminMode
Declaration
public bool AdminMode { get; set; }
Property Value
|
Edit this page
View Source
NewPassword
Declaration
public string NewPassword { get; set; }
Property Value
|
Edit this page
View Source
OldPassword
Declaration
public string OldPassword { get; set; }
Property Value
|
Edit this page
View Source
PasswordResetToken
Declaration
public string PasswordResetToken { get; set; }
Property Value
|
Edit this page
View Source
UserName
Declaration
public string UserName { get; set; }
Property Value