Show / Hide Table of Contents

Class LoginData

Login data.

Inheritance
object
LoginData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Phoenix.Aruba.Login
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public class LoginData

Properties

View Source

Password

Gets or sets the password.

Declaration
public string Password { get; set; }
Property Value
Type Description
string
View Source

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
View Source

UserName

Gets or sets the user name.

Declaration
public string UserName { get; set; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Generated by DocFX