PasswordInfo
Description
The structure represents an instance of the Password entity.
Constructor
Constructor | Description |
---|---|
PasswordInfo | Initializes a new instance of the PasswordInfo object model. |
Properties
Property | Description |
---|---|
CurrentPwd | Specify the current password of the User. |
NewPwd | Specify the new password of the User. |
ConfirmNewPwd | Specify the confirmed new password of the User. |
Remarks
Use the PasswordInfo object model to update a user's password.