FtpSettings.SslEnableSilentClosure Property
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9083)
SslEnableSilentClosure
Enables or disables the requirement for the other side of the connection to send closure alert (close_notify messages). This is in violation of the RFC and potentially opens the communication to truncation attack, but unfortunately it's needed when communicating with some broken TLS servers. When set to null, a behavior suitable for the application protocol is used, depending o whether the protocol is self-terminated. Only applies to TLS 1.2 or lower. Inherited from SslSettings.
Declaration
public bool? SslEnableSilentClosure { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Boolean> |