Discuss this help topic in SecureBlackbox Forum

TElSSHPublicKeyServer.RemoteVersion

TElSSHPublicKeyServer     See also     


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


Returns client version.

Declaration

[C#]
    int RemoteVersion;

[VB.NET]
    Property RemoteVersion As Integer

[Pascal]
    property RemoteVersion: integer;

[C++]
    int32_t get_RemoteVersion();

[PHP]
    integer get_RemoteVersion()

[Java]
    int getRemoteVersion();

Description

    Use this property to get client version. There are two versions for today: 1 and 2.

See also:     Active     Version    

Discuss this help topic in SecureBlackbox Forum