ConnectionInfo Authenticate Method SSH .NET Client Library Documentation
Authenticates the specified session.

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

public bool Authenticate(
	Session session
)

Return Value

true if authenticated; otherwise false.
Exceptions

See Also