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

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

public BlowfishCipher(
	byte[] key,
	CipherMode mode,
	CipherPadding padding
)

Parameters

key
Type:  OnlineSystem Byte 
The key.
mode
Type: Renci.SshNet.Security.Cryptography.Ciphers CipherMode
The mode.
padding
Type: Renci.SshNet.Security.Cryptography.Ciphers CipherPadding
The padding.
Exceptions

See Also