Class AuthenticationPasswordChangeEventArgs
- Namespace
- Renci.SshNet.Common
- Assembly
- Renci.SshNet.dll
Provides data for Renci.SshNet.PasswordConnectionInfo.PasswordExpired event.
public class AuthenticationPasswordChangeEventArgs : AuthenticationEventArgsInheritance
Inherited Members
Constructors
AuthenticationPasswordChangeEventArgs(string)
Initializes a new instance of the Renci.SshNet.Common.AuthenticationPasswordChangeEventArgs class.
public AuthenticationPasswordChangeEventArgs(string username)Parameters
- usernamestring
- 
The username. 
Properties
NewPassword
Gets or sets the new password.
public byte[] NewPassword { get; set; }Property Value
- byte[]