Discuss this help topic in SecureBlackbox Forum

TElSSHBaseClient.RequestPasswordChange

TElSSHBaseClient     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies whether the 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 a password change request to the server. The default value is False.

See also:     OnPasswordChangeRequest     Password    

Discuss this help topic in SecureBlackbox Forum