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