C# Class Renci.SshNet.Common.AuthenticationEventArgs

Base class for authentication events.
Inheritance: System.EventArgs
显示文件 Open project: sshnet/SSH.NET

Protected Methods

Method Description
AuthenticationEventArgs ( string username ) : System

Initializes a new instance of the AuthenticationEventArgs class.

Method Details

AuthenticationEventArgs() protected method

Initializes a new instance of the AuthenticationEventArgs class.
protected AuthenticationEventArgs ( string username ) : System
username string The username.
return System