C# Класс dlech.SshAgentLib.IAgentExt

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

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

Метод Описание
AddKeyFromFile ( this aAgent, string aFileName, KeyFormatter aGetPassPhraseCallback, ICollection aConstraints = null ) : ISshKey

Reads file and loads key into agent

GetAllKeys ( this aAgent ) : ICollection
RemoveAllKeys ( this aAgent ) : void

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

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

Reads file and loads key into agent
/// Agent returned SSH_AGENT_FAILURE /// /// File format was not recognized ///
public static AddKeyFromFile ( this aAgent, string aFileName, KeyFormatter aGetPassPhraseCallback, ICollection aConstraints = null ) : ISshKey
aAgent this the agent
aFileName string pathname of file to read
aGetPassPhraseCallback KeyFormatter method that returns passphrase
aConstraints ICollection additional constraints
Результат ISshKey

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

public static GetAllKeys ( this aAgent ) : ICollection
aAgent this
Результат ICollection

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

public static RemoveAllKeys ( this aAgent ) : void
aAgent this
Результат void