C# Class DroidExplorer.Bootstrapper.Authentication.CredentialConfirmForm

Afficher le fichier Open project: camalot/droidexplorer Class Usage Examples

Private Properties

Свойство Type Description
GetEntropy byte[]
GetHashString string
InitializeComponent void
ok_Click void

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

public CredentialConfirmForm ( string target ) : System
target string
Résultat System

CredentialConfirmForm() public méthode

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).
Résultat System

CredentialConfirmForm() public méthode

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).
Résultat System

CredentialConfirmForm() public méthode

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).
Résultat System

Dispose() protected méthode

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

LoadCredentials() public méthode

public LoadCredentials ( ) : bool
Résultat bool

SaveCredentials() public méthode

public SaveCredentials ( ) : void
Résultat void