DesCipher DesFunc Method SSH .NET Client Library Documentation
Performs DES function.

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

protected static void DesFunc(
	int[] wKey,
	byte[] input,
	int inOff,
	byte[] outBytes,
	int outOff
)

Parameters

wKey
Type:  OnlineSystem Int32 
The w key.
input
Type:  OnlineSystem Byte 
The input.
inOff
Type: OnlineSystem Int32
The in off.
outBytes
Type:  OnlineSystem Byte 
The out bytes.
outOff
Type: OnlineSystem Int32
The out off.
See Also