ScpSettings.EnableSignaturePadding Property
Namespace: Rebex.Net
Assembly: Rebex.Sftp.dll (version 7.0.9083)
EnableSignaturePadding
Enable padding of RSA private key signatures (workaround for SSH servers that got the padding wrong).
Declaration
public bool EnableSignaturePadding { get; set; }
Property Value
Type | Description |
---|---|
Boolean | True to enable signature padding; false to disable it. |