C# Класс Renci.SshNet.HashInfo

Holds information about key size and cipher to use
Показать файл Открыть проект

Открытые методы

Метод Описание
HashInfo ( int keySize, HashAlgorithm>.Func hash ) : System

Initializes a new instance of the CipherInfo class.

Описание методов

HashInfo() публичный метод

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.
Результат System