Decrypts the specified region of the input byte array and copies the decrypted data to the specified region of the output byte array.
Namespace: Renci.SshNet.Security.Cryptography.Ciphers.ModesAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax
Parameters
- inputBuffer
- Type:
System Byte
The input data to decrypt.
- inputOffset
- Type:
System Int32
The offset into the input byte array from which to begin using data.
- inputCount
- Type:
System Int32
The number of bytes in the input byte array to use as data.
- outputBuffer
- Type:
System Byte
The output to which to write decrypted data.
- outputOffset
- Type:
System Int32
The offset into the output byte array from which to begin writing data.
Return Value
The number of bytes decrypted.See Also