Discuss this help topic in SecureBlackbox Forum

TElSSHServer.ChangePwdPrompt

TElSSHServer     


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


Contains the text of the password change request shown to the user.

Declaration

[C#]
    byte[] ChangePwdPrompt;

[VB.NET]
    Property ChangePwdPrompt As Byte()

[Pascal]
    property ChangePwdPrompt : string;

[C++]
    void get_ChangePwdPrompt(std::vector<uint8_t> &OutResult);
    void set_ChangePwdPrompt(const std::vector<uint8_t> &Value);

[PHP]
    string get_ChangePwdPrompt()
    void set_ChangePwdPrompt(array of byte|string|NULL $Value)

[Java]
    byte[] getChangePwdPrompt();
    void setChangePwdPrompt(byte[] Value);

Description

    Use this property to specify the text of the password change request.

Discuss this help topic in SecureBlackbox Forum