PasswordChangeEventArgs Constructor |
Constructs a new instance of this object
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public PasswordChangeEventArgs(
string user,
string oldPassword,
string newPassword
)
Public Sub New (
user As String,
oldPassword As String,
newPassword As String
)
Parameters
- user
- Type: SystemString
The user ID. - oldPassword
- Type: SystemString
The user's old password. - newPassword
- Type: SystemString
The user's new password.
See Also