C# Class dlech.SshAgentLib.OpensshKeyFormatter

Formats openssh public keys.
See PROTOCOL.key from the openssh project for more details.
Inheritance: KeyFormatter
Afficher le fichier Open project: dlech/SshAgentLib Class Usage Examples

Méthodes publiques

Méthode Description
Deserialize ( Stream stream ) : object
Serialize ( Stream stream, object obj ) : void

Method Details

Deserialize() public méthode

public Deserialize ( Stream stream ) : object
stream Stream
Résultat object

Serialize() public méthode

public Serialize ( Stream stream, object obj ) : void
stream Stream
obj object
Résultat void