CipherInfo Constructor SSH .NET Client Library Documentation
Initializes a new instance of the CipherInfo class.

Namespace: Renci.SshNet
Assembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax

public CipherInfo(
	int keySize,
	Func<byte[], byte[], BlockCipher> cipher
)

Parameters

keySize
Type: OnlineSystem Int32
Size of the key.
cipher
Type: OnlineSystem Func  OnlineByte ,  OnlineByte , BlockCipher 
The cipher.
See Also