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

Inheritance: SshData
ファイルを表示 Open project: sshnet/SSH.NET

Private Properties

Property Type Description

Public Methods

Method Description
SshKeyData ( ) : System.Collections.Generic
SshKeyData ( string name ) : System.Collections.Generic

Protected Methods

Method Description
LoadData ( ) : void
SaveData ( ) : void

Method Details

LoadData() protected method

protected LoadData ( ) : void
return void

SaveData() protected method

protected SaveData ( ) : void
return void

SshKeyData() public method

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

SshKeyData() public method

public SshKeyData ( string name ) : System.Collections.Generic
name string
return System.Collections.Generic