C# 클래스 Poderosa.Usability.AgentPrivateKey

파일 보기 프로젝트 열기: poderosaproject/poderosa 1 사용 예제들

공개 메소드들

메소드 설명
AgentPrivateKey ( string filename ) : System
GuessValidKeyFileOrWarn ( Form form ) : bool
GuessValidKeyFileOrWarn ( IPoderosaForm form ) : bool
SetStatus ( PrivateKeyStatus st, SSH2UserAuthKey key ) : void

비공개 메소드들

메소드 설명
InternalGuessValidKeyFileOrWarn ( IPoderosaForm pf, Form wf ) : bool
Warning ( IPoderosaForm pf, Form wf, string msg ) : void

메소드 상세

AgentPrivateKey() 공개 메소드

public AgentPrivateKey ( string filename ) : System
filename string
리턴 System

GuessValidKeyFileOrWarn() 공개 메소드

public GuessValidKeyFileOrWarn ( Form form ) : bool
form System.Windows.Forms.Form
리턴 bool

GuessValidKeyFileOrWarn() 공개 메소드

public GuessValidKeyFileOrWarn ( IPoderosaForm form ) : bool
form IPoderosaForm
리턴 bool

SetStatus() 공개 메소드

public SetStatus ( PrivateKeyStatus st, SSH2UserAuthKey key ) : void
st PrivateKeyStatus
key Granados.SSH2.SSH2UserAuthKey
리턴 void