Discuss this help topic in SecureBlackbox Forum

TElSSHUser.AddUser

TElSSHUser     See also     


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


Declaration

[C#]
    static void AddUser(TElUsers Users, string UserName, string Password, TElSSHKey Key);
    static void AddUser(TElUsers Users, string UserName, string Password, TElSSHKey Key, string BasePath);

[VB.NET]
    Shared Sub AddUser(ByVal Users As TElUsers, ByVal UserName As String, ByVal Password As String, ByVal Key As TElSSHKey)
    Shared Sub AddUser(ByVal Users As TElUsers, ByVal UserName As String, ByVal Password As String, ByVal Key As TElSSHKey, ByVal BasePath As String)

[Pascal]
    under development

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

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

[Java]
    static void addUser(TElSSHUser> this, TElUsers Users, String UserName, String Password, TElSSHKey Key, String BasePath);
    static void addUser(TElSSHUser> this, TElUsers Users, String UserName, String Password, TElSSHKey Key);

Parameters

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

Description

    This topic is under development.

See also:     ...    

Discuss this help topic in SecureBlackbox Forum