Table of Contents

Class PasswordLoginModel

Namespace
The.WPF.Shell.Login
Assembly
Instagile.WPF.dll
public class PasswordLoginModel : NotificationObject, INotifyPropertyChanged
Inheritance
PasswordLoginModel
Implements
Inherited Members
Extension Methods

Properties

AllowAutoLogin

public bool AllowAutoLogin { get; init; }

Property Value

bool

AllowSavedCredentials

public bool AllowSavedCredentials { get; init; }

Property Value

bool

ExternallyProvidedUsername

public bool ExternallyProvidedUsername { get; init; }

Property Value

bool

PasswordText

public string PasswordText { get; set; }

Property Value

string

ShouldAutoLogin

public bool ShouldAutoLogin { get; set; }

Property Value

bool

ShouldSaveCredentials

public bool ShouldSaveCredentials { get; set; }

Property Value

bool

UsernameItems

public ObservableCollection<string> UsernameItems { get; }

Property Value

ObservableCollection<string>

UsernameSelection

public string UsernameSelection { get; set; }

Property Value

string

UsernameText

public string UsernameText { get; set; }

Property Value

string