C# Class dlech.SshAgentLib.OpensshKeyFormatter

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

Public Methods

Method Description
Deserialize ( Stream stream ) : object
Serialize ( Stream stream, object obj ) : void

Method Details

Deserialize() public method

public Deserialize ( Stream stream ) : object
stream Stream
return object

Serialize() public method

public Serialize ( Stream stream, object obj ) : void
stream Stream
obj object
return void