BlockCipher Decrypt Method SSH .NET Client Library Documentation
Decrypts the specified data.

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

public override byte[] Decrypt(
	byte[] data
)

Parameters

data
Type:  OnlineSystem Byte 
The data.

Return Value

Decrypted data
See Also