C# Class ConfigurationSetupUtility.Screens.UserAccountCredentialsSetupScreen

Interaction logic for UserAccountCredentialsSetupScreen.xaml
Inheritance: IScreen
Show file Open project: GridProtectionAlliance/openPDC

Public Methods

Method Description
UserAccountCredentialsSetupScreen ( ) : System

Creates a new instance of the UserAccountCredentialsSetupScreen class.

Private Methods

Method Description
CheckCurrentUserAuthentication ( ) : bool
ConvertToSecureString ( string value ) : SecureString
InitializeState ( ) : void
RadioButtonWindowsAuthentication_Checked ( object sender, RoutedEventArgs e ) : void
RadioButtonWindowsAuthentication_Unchecked ( object sender, RoutedEventArgs e ) : void
SetFocus ( ) : void
TextBox_GotFocus ( object sender, RoutedEventArgs e ) : void
ToLoginID ( string userID ) : string
TryLoadPasswordRequirements ( string configFileName, string &passwordRequirementsRegex, string &passwordRequirementsError ) : bool
UserAccountCredentialsSetupScreen_Loaded ( object sender, RoutedEventArgs e ) : void
WindowsUserNameTextBox_TextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void

Method Details

UserAccountCredentialsSetupScreen() public method

Creates a new instance of the UserAccountCredentialsSetupScreen class.
public UserAccountCredentialsSetupScreen ( ) : System
return System