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

Inheritance: SshData
Afficher le fichier Open project: sshnet/SSH.NET

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
SignatureKeyData ( ) : System.Collections.Generic
SignatureKeyData ( string name, byte signature ) : System.Collections.Generic

Méthodes protégées

Méthode 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 méthode

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

SaveData() protected méthode

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

SignatureKeyData() public méthode

public SignatureKeyData ( ) : System.Collections.Generic
Résultat System.Collections.Generic

SignatureKeyData() public méthode

public SignatureKeyData ( string name, byte signature ) : System.Collections.Generic
name string
signature byte
Résultat System.Collections.Generic