C# 클래스 dlech.SshAgentLib.WinForms.Ext

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

공개 메소드들

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