Table of Contents

Class AuthenticationEventArgs

Namespace
Renci.SshNet.Common
Assembly
Renci.SshNet.dll

Base class for authentication events.

public abstract class AuthenticationEventArgs : EventArgs
Inheritance
AuthenticationEventArgs
Derived
Inherited Members

Constructors

AuthenticationEventArgs(string)

Initializes a new instance of the AuthenticationEventArgs class.

protected AuthenticationEventArgs(string username)

Parameters

username string

The username.

Properties

Username

Gets the username.

public string Username { get; }

Property Value

string