C# Class dlech.SshAgentLib.KeyFormatterExt

Afficher le fichier Open project: dlech/SshAgentLib

Méthodes publiques

Méthode Description
ReadSshKey ( this aStream, KeyFormatter aGetPassphraseCallback = null ) : ISshKey

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

Method Details

ReadSshKey() public static méthode

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