PowerTCP FTP for .NET
AuthTlsP Property



Returns true if the server advertises the "AUTH TLS-P" feature. Legacy feature synonymous with "AUTH SSL".
Syntax
Public ReadOnly Property AuthTlsP As Boolean
Dim instance As Features
Dim value As Boolean
 
value = instance.AuthTlsP
public bool AuthTlsP {get;}
public:
property bool AuthTlsP {
   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