Discuss this help topic in SecureBlackbox Forum

TElSSHUsers.UpdateSSHUser

TElSSHUsers     See also     


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


Declaration

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

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

[Pascal]
    under development

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

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

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

Parameters

  • UserName -
  • Password -
  • Key -

Description

    This topic is under development.

See also:     ...    

Discuss this help topic in SecureBlackbox Forum