Cipher Encrypt Method SSH .NET Client Library Documentation
Encrypts the specified input.

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

public abstract byte[] Encrypt(
	byte[] input
)

Parameters

input
Type:  OnlineSystem Byte 
The input.

Return Value

Encrypted data.
See Also