Class AuthenticationPasswordChangeEventArgs
Provides data for PasswordExpired event.
public class AuthenticationPasswordChangeEventArgs : AuthenticationEventArgs
- Inheritance
-
AuthenticationPasswordChangeEventArgs
- Inherited Members
Constructors
AuthenticationPasswordChangeEventArgs(string)
Initializes a new instance of the AuthenticationPasswordChangeEventArgs class.
public AuthenticationPasswordChangeEventArgs(string username)
Parameters
username
stringThe username.
Properties
NewPassword
Gets or sets the new password.
public byte[] NewPassword { get; set; }
Property Value
- byte[]
The new password.