Discuss this help topic in SecureBlackbox Forum

TElSSHUsers.IsValidSSHKey

TElSSHUsers     See also     


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


Declaration

[C#]
    bool IsValidSSHKey(string UserName, TElSSHKey Key);

[VB.NET]
    Function IsValidSSHKey(ByVal UserName As String, ByVal Key As TElSSHKey) As Boolean

[Pascal]
    under development

[C++]
    bool IsValidSSHKey(const std::string &UserName, TElSSHKey &Key);
    bool IsValidSSHKey(const std::string &UserName, TElSSHKey *Key);

[PHP]
    bool IsValidSSHKey(string $UserName, TElSSHKey $Key)

[Java]
    boolean isValidSSHKey(String UserName, TElSSHKey Key);

Parameters

  • UserName -
  • Key -

Description

    This topic is under development.

See also:     ...    

Discuss this help topic in SecureBlackbox Forum