Arc4Cipher Decrypt Method SSH .NET Client Library Documentation
Decrypts 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[] Decrypt(
	byte[] input
)

Parameters

input
Type:  OnlineSystem Byte 
The input.

Return Value

Decrypted data.
Exceptions

See Also