ConnectionInfo IsAuthenticated Property SSH .NET Client Library Documentation
Gets a value indicating whether connection is authenticated.

Namespace: Renci.SshNet
Assembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax

public bool IsAuthenticated { get; private set; }

Field Value

true if connection is authenticated; otherwise, false.
See Also