C# Класс dlech.SshAgentLib.WinForms.Ext

Extension Methods
Показать файл Открыть проект

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

Метод Описание
AddKeyFromFile ( this agent, string fileName, ICollection constraints, KeyFormatter getPassword = null ) : ISshKey
AddKeysFromFiles ( this agent, string fileNames, ICollection constraints = null ) : void
PasswordCallbackFactory ( string message ) : KeyFormatter.GetPassphraseCallback

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

AddKeyFromFile() публичный статический Метод

public static AddKeyFromFile ( this agent, string fileName, ICollection constraints, KeyFormatter getPassword = null ) : ISshKey
agent this
fileName string
constraints ICollection
getPassword KeyFormatter
Результат ISshKey

AddKeysFromFiles() публичный статический Метод

public static AddKeysFromFiles ( this agent, string fileNames, ICollection constraints = null ) : void
agent this
fileNames string
constraints ICollection
Результат void

PasswordCallbackFactory() публичный статический Метод

public static PasswordCallbackFactory ( string message ) : KeyFormatter.GetPassphraseCallback
message string
Результат KeyFormatter.GetPassphraseCallback