C# Class dlech.SshAgentLib.KeyFormatterExt

Mostrar archivo Open project: dlech/SshAgentLib

Public Methods

Method Description
ReadSshKey ( this aStream, KeyFormatter aGetPassphraseCallback = null ) : ISshKey

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

Method Details

ReadSshKey() public static method

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