C# Class Renci.SshNet.CipherInfo

Holds information about key size and cipher to use
Afficher le fichier Open project: sshnet/SSH.NET Class Usage Examples

Méthodes publiques

Méthode Description
CipherInfo ( int keySize, Func cipher ) : System

Initializes a new instance of the CipherInfo class.

Method Details

CipherInfo() public méthode

Initializes a new instance of the CipherInfo class.
public CipherInfo ( int keySize, Func cipher ) : System
keySize int Size of the key.
cipher Func The cipher.
Résultat System