Discuss this help topic in SecureBlackbox Forum

TElSSHUsers.AddSSHUser

TElSSHUsers     See also     


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


Declaration

[C#]
    void AddSSHUser(string UserName, string Password, TElSSHKey Key);
    void AddSSHUser(string UserName, string Password, TElSSHKey Key, string BasePath);

[VB.NET]
    Sub AddSSHUser(ByVal UserName As String, ByVal Password As String, ByVal Key As TElSSHKey)
    Sub AddSSHUser(ByVal UserName As String, ByVal Password As String, ByVal Key As TElSSHKey, ByVal BasePath As String)

[Pascal]
    under development

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

[PHP]
    void AddSSHUser(string $UserName, string $Password, TElSSHKey $Key)
    void AddSSHUser(string $UserName, string $Password, TElSSHKey $Key, string $BasePath)

[Java]
    void addSSHUser(String UserName, String Password, TElSSHKey Key);
    void addSSHUser(String UserName, String Password, TElSSHKey Key, String BasePath);

Parameters

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

Description

    This topic is under development.

See also:     ...    

Discuss this help topic in SecureBlackbox Forum