Gets a
System.Boolean value that indicates if the SSHClient object is authenticated to a server or not.
'Declaration
Public ReadOnly Property Authenticated As Boolean
'Usage
Dim instance As SSHClient
Dim value As Boolean
value = instance.Authenticated
public bool Authenticated {get;}
Property Value
true if the SSHClient object is authenticated to a server. %false otherwise.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2