Class LoginUserModel
Inherited Members
Namespace: SKM.V3.Models
Assembly: Cryptolens.Licensing.CrossPlatform.dll
Syntax
public class LoginUserModel : RequestModel
Properties
| Edit this page View SourcePassword
Declaration
public string Password { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UserName
Declaration
public string UserName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |