AuthenticationPasswordChangeEventArgs public class AuthenticationPasswordChangeEventArgs : AuthenticationEventArgs Provides data for PasswordExpired event. Documentation public byte[] NewPassword { get; set; } Gets or sets the new password. public AuthenticationPasswordChangeEventArgs(string username) Initializes a new instance of the AuthenticationPasswordChangeEventArgs class.