Re: SSL options from .Net Library
For example to allow TLS 1.2 only, use
See
https://winscp.net/eng/docs/library_sessionoptions_addrawsettings
https://winscp.net/eng/docs/rawsettings
SessionOptions.AddRawSettings("MinTlsVersion", "12")
.
See
https://winscp.net/eng/docs/library_sessionoptions_addrawsettings
https://winscp.net/eng/docs/rawsettings