C# Class Renci.SshNet.HashInfo

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

Public Methods

Method Description
HashInfo ( int keySize, HashAlgorithm>.Func hash ) : System

Initializes a new instance of the CipherInfo class.

Method Details

HashInfo() public method

Initializes a new instance of the CipherInfo class.
public HashInfo ( int keySize, HashAlgorithm>.Func hash ) : System
keySize int Size of the key.
hash HashAlgorithm>.Func The hash algorithm to use for a given key.
return System