Table of Contents

Class LoginInfo

Namespace
adas_core.Authentication.Models
Assembly
adas-core.Authentication.dll

Represents a container for login-related information.

public class LoginInfo
Inheritance
LoginInfo
Inherited Members
Extension Methods

Properties

Password

public string Password { get; set; }

Property Value

string

Username

public string Username { get; set; }

Property Value

string