C# Class Renci.SshNet.Common.AuthenticationPasswordChangeEventArgs

Provides data for Renci.SshNet.PasswordConnectionInfo.PasswordExpired event.
Inheritance: AuthenticationEventArgs
ファイルを表示 Open project: sshnet/SSH.NET Class Usage Examples

Public Methods

Method Description
AuthenticationPasswordChangeEventArgs ( string username )

Initializes a new instance of the AuthenticationPasswordChangeEventArgs class.

Method Details

AuthenticationPasswordChangeEventArgs() public method

Initializes a new instance of the AuthenticationPasswordChangeEventArgs class.
public AuthenticationPasswordChangeEventArgs ( string username )
username string The username.