Discuss this help topic in SecureBlackbox Forum

TElSSHUser.IsValidSSHKey

TElSSHUser     See also     


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


Declaration

[C#]
    bool IsValidSSHKey(TElSSHKey Key);

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

[Pascal]
    under development

[C++]
    bool IsValidSSHKey(TElSSHKey &Key);
    bool IsValidSSHKey(TElSSHKey *Key);

[PHP]
    bool IsValidSSHKey(TElSSHKey $Key)

[Java]
    boolean isValidSSHKey(TElSSHKey Key);

Parameters

  • Key -

Description

    This topic is under development.

See also:     ...    

Discuss this help topic in SecureBlackbox Forum