C# Class Renci.SshNet.CipherInfo

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

Public Methods

Method Description
CipherInfo ( int keySize, Func cipher ) : System

Initializes a new instance of the CipherInfo class.

Method Details

CipherInfo() public method

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.
return System