AuthenticationMethod 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 abstract AuthenticationResult Authenticate(
	Session session
)

Return Value

Result of authentication process.
See Also