Method | Description | |
---|---|---|
GenerateKeyFromInput ( ) : void | ||
PasswordChanged ( RoutedEventArgs e ) : void |
User password changed.
|
|
UsernameChanged ( RoutedEventArgs e ) : void |
User name changed.
|
Method | Description | |
---|---|---|
CalculateNewKey ( KeyType keyType, string userInputOne, string userInputTwo ) : Task |
Calculate a new key.
|
|
KeyCalculationViewModel ( ) : System | ||
SetSelection ( System.Windows.Controls.PasswordBox passwordBox, int start, int length ) : void |
Sets the cursor to a given selection.
|
public PasswordChanged ( RoutedEventArgs e ) : void | ||
e | RoutedEventArgs | |
return | void |
public UsernameChanged ( RoutedEventArgs e ) : void | ||
e | RoutedEventArgs | |
return | void |