Gets a value indicating whether connection is authenticated.
Namespace: Renci.SshNetAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
public bool IsAuthenticated { get; private set; }public bool IsAuthenticated { get; private set; }Public Property IsAuthenticated As Boolean
Get
Private Set
Public Property IsAuthenticated As Boolean
Get
Private Set
public:
property bool IsAuthenticated {
bool get ();
private: void set (bool value);
}public:
property bool IsAuthenticated {
bool get ();
private: void set (bool value);
}Field Value
true if connection is authenticated; otherwise,
false.