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

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

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

Parameters

input
Type:  OnlineSystem Byte 
The input.

Return Value

Encrypted data.
Exceptions

See Also