AuthenticationMethod ClassSSH .NET Client Library Documentation
Base class for all supported authentication methods
Inheritance Hierarchy

OnlineSystem Object
  Renci.SshNet AuthenticationMethod
    Renci.SshNet KeyboardInteractiveAuthenticationMethod
    Renci.SshNet NoneAuthenticationMethod
    Renci.SshNet PasswordAuthenticationMethod
    Renci.SshNet PrivateKeyAuthenticationMethod

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

public abstract class AuthenticationMethod
See Also