C# Класс KeePass.Forms.KeyPromptForm

Наследование: System.Windows.Forms.Form
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
InitEx ( IOConnectionInfo ioInfo, bool bCanExit, bool bRedirectActivation ) : void
InitEx ( IOConnectionInfo ioInfo, bool bCanExit, bool bRedirectActivation, string strCustomTitle ) : void
KeyPromptForm ( ) : System

Приватные методы

Метод Описание
AsyncFormLoad ( ) : void
CleanUpEx ( ) : void
CreateCompositeKey ( ) : bool
CustomizeForScreenReader ( ) : void
EnableUserControls ( ) : void
OnBtnCancel ( object sender, EventArgs e ) : void
OnBtnExit ( object sender, EventArgs e ) : void
OnBtnHelp ( object sender, EventArgs e ) : void
OnBtnOK ( object sender, EventArgs e ) : void
OnCheckedHidePassword ( object sender, EventArgs e ) : void
OnCheckedKeyFile ( object sender, EventArgs e ) : void
OnCheckedPassword ( object sender, EventArgs e ) : void
OnClickKeyFileBrowse ( object sender, EventArgs e ) : void
OnFormClosed ( object sender, System.Windows.Forms.FormClosedEventArgs e ) : void
OnFormClosing ( object sender, FormClosingEventArgs e ) : void
OnFormLoad ( object sender, EventArgs e ) : void
OnKeyFileSelectedIndexChanged ( object sender, EventArgs e ) : void
PopulateKeyFileSuggestions ( ) : void
PresentKeyFileSuggestions ( ) : void
ProcessTextChangedPassword ( object sender, EventArgs e ) : void
ValidateKeyFileLocation ( ) : bool

Описание методов

InitEx() публичный Метод

public InitEx ( IOConnectionInfo ioInfo, bool bCanExit, bool bRedirectActivation ) : void
ioInfo IOConnectionInfo
bCanExit bool
bRedirectActivation bool
Результат void

InitEx() публичный Метод

public InitEx ( IOConnectionInfo ioInfo, bool bCanExit, bool bRedirectActivation, string strCustomTitle ) : void
ioInfo IOConnectionInfo
bCanExit bool
bRedirectActivation bool
strCustomTitle string
Результат void

KeyPromptForm() публичный Метод

public KeyPromptForm ( ) : System
Результат System