Method | Description | |
---|---|---|
CreateSAMLToken ( string emailAddress ) : |
Creates a SAML token for the specified email address.
|
|
MainForm ( ApplicationConfiguration configuration ) : System |
Creates a form which uses the specified client configuration.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
AnonymousImpersonateBTN_Click ( object sender, |
||
CertificateImpersonateBTN_Click ( object sender, |
||
ChangeLogFileBTN_Click ( object sender, |
||
GetKerberosToken ( ) : IUserIdentity | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
KerberosImpersonateBTN_Click ( object sender, |
||
MainForm ( ) : System |
Creates an empty form.
|
|
MainForm_FormClosing ( object sender, |
Cleans up when the main form closes.
|
|
ReadLogFilePath ( ) : void |
Reads the log file path.
|
|
Server_ConnectComplete ( object sender, |
Updates the application after connecting to or disconnecting from the server.
|
|
Server_ConnectMI_Click ( object sender, |
Connects to a server.
|
|
Server_DisconnectMI_Click ( object sender, |
Disconnects from the current session.
|
|
Server_DiscoverMI_Click ( object sender, |
Prompts the user to choose a server on another host.
|
|
Server_ReconnectComplete ( object sender, |
Updates the application after reconnecting to the server.
|
|
Server_ReconnectStarting ( object sender, |
Updates the application after a communicate error was detected.
|
|
Session_RenewUserIdentity ( |
Called when a Kerberos token needs to be renewed before reconnect.
|
|
SetAvailableUserTokens ( |
Sets the available user tokens.
|
|
UserNameImpersonateBTN_Click ( object sender, |
public static CreateSAMLToken ( string emailAddress ) : |
||
emailAddress | string | |
return |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public MainForm ( ApplicationConfiguration configuration ) : System | ||
configuration | ApplicationConfiguration | The configuration to use. |
return | System |