Renci.SshNet.Common.AuthenticationEventArgs.AuthenticationEventArgs C# (CSharp) Method

AuthenticationEventArgs() protected method

Initializes a new instance of the AuthenticationEventArgs class.
protected AuthenticationEventArgs ( string username ) : System
username string The username.
return System
        protected AuthenticationEventArgs(string username)
        {
            Username = username;
        }
    }
AuthenticationEventArgs