Discuss this help topic in SecureBlackbox Forum
This property specifies whether user needs to change the password.
Declaration
[C#]
bool RequestPasswordChange;
[VB.NET]
Property RequestPasswordChange As Boolean
[Pascal]
property RequestPasswordChange : boolean;
[C++]
bool get_RequestPasswordChange();
void set_RequestPasswordChange(bool Value);
[PHP]
bool get_RequestPasswordChange()
void set_RequestPasswordChange(bool $Value)
[Java]
boolean getRequestPasswordChange();
void setRequestPasswordChange(boolean Value);
Description
Set this property to
True to send password change request to the server.
Default value is
False.
Discuss this help topic in SecureBlackbox Forum