C# Class Renci.SshNet.HashInfo

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

Méthodes publiques

Méthode Description
HashInfo ( int keySize, HashAlgorithm>.Func hash ) : System

Initializes a new instance of the CipherInfo class.

Method Details

HashInfo() public méthode

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.
Résultat System