C# 클래스 dlech.SshAgentLib.KeyFormatterExt

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

공개 메소드들

메소드 설명
ReadSshKey ( this aStream, KeyFormatter aGetPassphraseCallback = null ) : ISshKey

Auto-detect data format, read data and create key object

메소드 상세

ReadSshKey() 공개 정적인 메소드

Auto-detect data format, read data and create key object
public static ReadSshKey ( this aStream, KeyFormatter aGetPassphraseCallback = null ) : ISshKey
aStream this
aGetPassphraseCallback KeyFormatter
리턴 ISshKey