DigitalSignature Sign Method SSH .NET Client Library Documentation
Creates the signature.

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

public abstract byte[] Sign(
	byte[] input
)

Parameters

input
Type:  OnlineSystem Byte 
The input.

Return Value

Signed input data.
See Also