C# Class Renci.SshNet.Security.KeyHostAlgorithm.SignatureKeyData

Inheritance: SshData
Datei anzeigen Open project: sshnet/SSH.NET

Private Properties

Property Type Description

Public Methods

Method Description
SignatureKeyData ( ) : System.Collections.Generic
SignatureKeyData ( string name, byte signature ) : System.Collections.Generic

Protected Methods

Method Description
LoadData ( ) : void

Called when type specific data need to be loaded.

SaveData ( ) : void

Called when type specific data need to be saved.

Method Details

LoadData() protected method

Called when type specific data need to be loaded.
protected LoadData ( ) : void
return void

SaveData() protected method

Called when type specific data need to be saved.
protected SaveData ( ) : void
return void

SignatureKeyData() public method

public SignatureKeyData ( ) : System.Collections.Generic
return System.Collections.Generic

SignatureKeyData() public method

public SignatureKeyData ( string name, byte signature ) : System.Collections.Generic
name string
signature byte
return System.Collections.Generic