Enable padding of RSA private key signatures (workaround for SSH servers that got the padding wrong).

Namespace:  Rebex.Net
Assembly:  Rebex.SshShell (in Rebex.SshShell.dll)

Syntax

Visual Basic
Public Property EnableSignaturePadding As Boolean
	Get
	Set
C#
public bool EnableSignaturePadding { get; set; }

Field Value

True to enable signature padding; false to disable it.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also