AuthenticationEventArgs ClassSSH .NET Client Library Documentation
Base class for authentication events.
Inheritance Hierarchy

OnlineSystem Object
  OnlineSystem EventArgs
    Renci.SshNet.Common AuthenticationEventArgs
      Renci.SshNet.Common AuthenticationBannerEventArgs
      Renci.SshNet.Common AuthenticationPasswordChangeEventArgs
      Renci.SshNet.Common AuthenticationPromptEventArgs

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

public abstract class AuthenticationEventArgs : EventArgs
See Also