PowerTCP SSH and SFTP for .NET
AuthenticationComplete Property




Indicates whether the authentication phase is complete.
Syntax
'Declaration
 
Public ReadOnly Property AuthenticationComplete As Boolean
'Usage
 
Dim instance As Connection
Dim value As Boolean
 
value = instance.AuthenticationComplete
public bool AuthenticationComplete {get;}
public: __property bool get_AuthenticationComplete();
public:
property bool AuthenticationComplete {
   bool get();
}

Property Value

True if no further authentication steps are needed.
See Also

Reference

Connection Class
Connection Members


PowerTCP SSH and SFTP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic