C# 클래스 dlech.SshAgentLib.IAgentExt

파일 보기 프로젝트 열기: dlech/SshAgentLib

공개 메소드들

메소드 설명
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