ChangePasswordOptions Properties

The ChangePasswordOptions type exposes the following members.

Properties
  NameDescription
Public propertyAccountId
Gets or sets the account identifier. If this is specified, then the password for this account will be changed and OldPassword does not need to be specified.
Public propertyNewPassword
Gets or sets the new password.
Public propertyOldPassword
Gets or sets the old password. If this is specified, then the password for the current session account (caller) will be changed, and AccountId does not need to be specified.
Top
See Also