C# Class Poderosa.Forms.SSHOptionPanel

SSHOptionPanel �̊T�v�̐���ł��B
Inheritance: Poderosa.Forms.OptionDialog.CategoryPanel
Afficher le fichier Open project: poderosaproject/poderosa Class Usage Examples

Méthodes publiques

Méthode Description
Commit ( IProtocolOptions options, IKeyAgentOptions agent ) : bool
InitUI ( IProtocolOptions options, IKeyAgentOptions agent ) : void
SSHOptionPanel ( ) : System

Private Methods

Méthode Description
FillText ( ) : void
GetCipherAlgorithmOrder ( ) : string[]
GetHostKeyAlgorithmOrder ( ) : string[]
InitializeComponent ( ) : void
OnCipherAlgorithmOrderDown ( object sender, EventArgs args ) : void
OnCipherAlgorithmOrderUp ( object sender, EventArgs args ) : void
OnHostKeyAlgorithmOrderDown ( object sender, EventArgs args ) : void
OnHostKeyAlgorithmOrderUp ( object sender, EventArgs args ) : void
ToCipherAlgorithmListItems ( string algorithms ) : CipherAlgorithmListItem[]
ToPublicKeyAlgorithmListItems ( string algorithms ) : PublicKeyAlgorithmListItem[]

Method Details

Commit() public méthode

public Commit ( IProtocolOptions options, IKeyAgentOptions agent ) : bool
options IProtocolOptions
agent IKeyAgentOptions
Résultat bool

InitUI() public méthode

public InitUI ( IProtocolOptions options, IKeyAgentOptions agent ) : void
options IProtocolOptions
agent IKeyAgentOptions
Résultat void

SSHOptionPanel() public méthode

public SSHOptionPanel ( ) : System
Résultat System