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