Authenticates the specified session.
Namespace: Renci.SshNetAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax
public abstract AuthenticationResult Authenticate( Session session )
Parameters
- session
- Type: Renci.SshNet Session
The session to authenticate.
Return Value
Result of authentication process.See Also