Class RegisterUserModel
Inheritance
RegisterUserModel
Assembly: Cryptolens.Licensing.CrossPlatform.dll
Syntax
public class RegisterUserModel : RequestModel
Properties
|
Edit this page
View Source
CustomerId
Declaration
public int CustomerId { get; set; }
Property Value
|
Edit this page
View Source
CustomerSecret
Declaration
public string CustomerSecret { get; set; }
Property Value
|
Edit this page
View Source
Email
Declaration
public string Email { get; set; }
Property Value
|
Edit this page
View Source
Password
Declaration
public string Password { get; set; }
Property Value
|
Edit this page
View Source
UserName
Declaration
public string UserName { get; set; }
Property Value