C# Class DroidExplorer.Bootstrapper.Authentication.CredentialConfirmForm

Mostrar archivo Open project: camalot/droidexplorer Class Usage Examples

Private Properties

Property Type Description
GetEntropy byte[]
GetHashString string
InitializeComponent void
ok_Click void

Public Methods

Method Description
CredentialConfirmForm ( string target ) : System
CredentialConfirmForm ( string target, string caption ) : System

Initializes a new instance of the T:SecureCredentialsLibrary.CredentialsDialog class with the specified target and caption.

CredentialConfirmForm ( string target, string caption, string message ) : System

Initializes a new instance of the T:SecureCredentialsLibrary.CredentialsDialog class with the specified target, caption and message.

CredentialConfirmForm ( string target, string caption, string message, Image banner ) : System

Initializes a new instance of the T:SecureCredentialsLibrary.CredentialsDialog class with the specified target, caption, message and banner.

LoadCredentials ( ) : bool
SaveCredentials ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
GetEntropy ( ) : byte[]
GetHashString ( string s ) : string
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

ok_Click ( object sender, EventArgs e ) : void

Method Details

CredentialConfirmForm() public method

public CredentialConfirmForm ( string target ) : System
target string
return System

CredentialConfirmForm() public method

Initializes a new instance of the T:SecureCredentialsLibrary.CredentialsDialog class with the specified target and caption.
public CredentialConfirmForm ( string target, string caption ) : System
target string The name of the target for the credentials, typically a server name.
caption string The caption of the dialog (null will cause a system default title to be used).
return System

CredentialConfirmForm() public method

Initializes a new instance of the T:SecureCredentialsLibrary.CredentialsDialog class with the specified target, caption and message.
public CredentialConfirmForm ( string target, string caption, string message ) : System
target string The name of the target for the credentials, typically a server name.
caption string The caption of the dialog (null will cause a system default title to be used).
message string The message of the dialog (null will cause a system default message to be used).
return System

CredentialConfirmForm() public method

Initializes a new instance of the T:SecureCredentialsLibrary.CredentialsDialog class with the specified target, caption, message and banner.
public CredentialConfirmForm ( string target, string caption, string message, Image banner ) : System
target string The name of the target for the credentials, typically a server name.
caption string The caption of the dialog (null will cause a system default title to be used).
message string The message of the dialog (null will cause a system default message to be used).
banner Image The image to display on the dialog (null will cause a system default image to be used).
return System

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

LoadCredentials() public method

public LoadCredentials ( ) : bool
return bool

SaveCredentials() public method

public SaveCredentials ( ) : void
return void