| TcpTextClientSSLConfiguration Property |
Gets SSL configuration for this object (client certificates, enabled SSL protocols).
Namespace:
Limilabs.FTP.Client
Assembly:
Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax public SSLConfiguration SSLConfiguration { get; }
Public ReadOnly Property SSLConfiguration As SSLConfiguration
Get
public:
property SSLConfiguration^ SSLConfiguration {
SSLConfiguration^ get ();
}
member SSLConfiguration : SSLConfiguration with get
Property Value
Type:
SSLConfigurationSee Also