Discuss this help topic in SecureBlackbox Forum

TElSSHUser.AddUser_Inst

TElSSHUser     See also     


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


Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    under development

[C++]
    void AddUser_Inst(TElUsers &Users, const std::string &UserName, const std::string &Password, TElSSHKey &Key);
    void AddUser_Inst(TElUsers *Users, const std::string &UserName, const std::string &Password, TElSSHKey *Key);
    void AddUser_Inst(TElUsers &Users, const std::string &UserName, const std::string &Password, TElSSHKey &Key, const std::string &BasePath);
    void AddUser_Inst(TElUsers *Users, const std::string &UserName, const std::string &Password, TElSSHKey *Key, const std::string &BasePath);

[PHP]
    void AddUser_Inst(TElUsers $Users, string $UserName, string $Password, TElSSHKey $Key)
    void AddUser_Inst(TElUsers $Users, string $UserName, string $Password, TElSSHKey $Key, string $BasePath)

[Java]
    not available

Parameters

  • Users -
  • UserName -
  • Password -
  • Key -
  • BasePath -

Description

    This topic is under development.

See also:     ...    

Discuss this help topic in SecureBlackbox Forum