Method | Description | |
---|---|---|
CalculateKey ( ) : void |
Open the key calculation dialog.
|
|
CloseWindow ( ) : void |
Shutdown lageant.
|
|
CopyKeyToClipboard ( ) : void |
Copy the selected key to clipboard.
|
|
ExportKeyToFile ( ) : void |
Store/Export a key to file.
|
|
GenerateNewRandomKey ( ) : void | ||
LoadKeyIntoKeystore ( ) : void |
Load/Import a key from a file.
|
|
LoadMinisignKeyIntoKeystore ( ) : void | ||
MainViewModel ( ) : System |
MainViewModel construcor for XAML.
|
|
OnClose ( CancelEventArgs e ) : void |
Prevent closing the application.
|
|
RemoveKeyFromKeystore ( ) : void | ||
ShowWindow ( ) : void |
Method to show the window again (from tray).
|
Method | Description | |
---|---|---|
AddKey ( |
Add a key to the store and the listview.
|
|
GenerateNewKey ( ) : |
Generate a new random key.
|
|
MainViewModel ( IWindowManager windowManager, IEventAggregator eventAggregator ) : System | ||
MainViewModel ( IWindowManager windowManager, IEventAggregator eventAggregator, ILageantCore lageantCore ) : System |
MainViewModel construcor.
|
|
RemoveKey ( |
Remove a key from the store and the listview.
|
public LoadMinisignKeyIntoKeystore ( ) : void | ||
return | void |