Table of Contents

Class AuthenticationPasswordChangeEventArgs

Namespace
Renci.SshNet.Common
Assembly
Renci.SshNet.dll

Provides data for Renci.SshNet.PasswordConnectionInfo.PasswordExpired event.

public class AuthenticationPasswordChangeEventArgs : AuthenticationEventArgs

Inheritance

Inherited Members

Constructors

AuthenticationPasswordChangeEventArgs(string)

Initializes a new instance of the Renci.SshNet.Common.AuthenticationPasswordChangeEventArgs class.

public AuthenticationPasswordChangeEventArgs(string username)

Parameters

username string

The username.

Properties

NewPassword

Gets or sets the new password.

public byte[] NewPassword { get; set; }

Property Value

byte[]