PowerTCP FTP for .NET
AuthTlsC Property



Returns true if the server advertises the "AUTH TLS-C" feature. Legacy feature synonymous with "AUTH TLS".
Syntax
Public ReadOnly Property AuthTlsC As Boolean
Dim instance As Features
Dim value As Boolean
 
value = instance.AuthTlsC
public bool AuthTlsC {get;}
public:
property bool AuthTlsC {
   bool get();
}
See Also

Reference

Features Class
Features Members


PowerTCP FTP for .NET Documentation Version 6.1
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic