Decrypts the specified data.
Namespace: Renci.SshNet.Security.Cryptography.CiphersAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax
Parameters
- data
- Type:
System Byte
The data.
Return Value
Decrypted data.Exceptions
| Exception | Condition |
|---|---|
| Only block type 01 or 02 are supported. | |
| Thrown when decrypted block type is not supported. |
See Also