C# 클래스 Renci.SshNet.HashInfo

Holds information about key size and cipher to use
파일 보기 프로젝트 열기: sshnet/SSH.NET

공개 메소드들

메소드 설명
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