Interface IRegisterUserModel
Namespace: ImageVault.Web.Security
Assembly: ImageVault.Web.dll
Syntax
public interface IRegisterUserModel
Properties
Declaration
string Email { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Password
Declaration
string Password { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Username
Declaration
string Username { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |