C# 클래스 Renci.SshNet.CipherInfo

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

공개 메소드들

메소드 설명
CipherInfo ( int keySize, Func cipher ) : System

Initializes a new instance of the CipherInfo class.

메소드 상세

CipherInfo() 공개 메소드

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.
리턴 System