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

AuthenticationPasswordChangeEventArgs() public method

Initializes a new instance of the AuthenticationPasswordChangeEventArgs class.
public AuthenticationPasswordChangeEventArgs ( string username )
username string The username.
        public AuthenticationPasswordChangeEventArgs(string username)
            : base(username)
        {
        }
    }
AuthenticationPasswordChangeEventArgs