Class AuthenticationEventArgs
- Namespace
- Renci.SshNet.Common
- Assembly
- Renci.SshNet.dll
Base class for authentication events.
public abstract class AuthenticationEventArgs : EventArgsInheritance
Derived
Inherited Members
Constructors
AuthenticationEventArgs(string)
Initializes a new instance of the Renci.SshNet.Common.AuthenticationEventArgs class.
protected AuthenticationEventArgs(string username)Parameters
- usernamestring
- 
The username. 
Properties
Username
Gets the username.
public string Username { get; }