Class LoginData
Login data.
Inherited Members
Namespace: Phoenix.Aruba.Login
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public class LoginData
Properties
View SourcePassword
Gets or sets the password.
Declaration
public string Password { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RememberCredentials
Gets or sets a value indicating whether to remember the credentials for future logins.
Declaration
public bool RememberCredentials { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
UserName
Gets or sets the user name.
Declaration
public string UserName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |