Discuss this help topic in SecureBlackbox Forum

TElSSHBaseClient.ServerKey

TElSSHBaseClient     See also     


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


This property contains server's public key.

Declaration

[C#]
    TElSSHKey ServerKey;

[VB.NET]
    Property ServerKey As TElSSHKey

[Pascal]
    property ServerKey : TElSSHKey;

[C++]
    TElSSHKey* get_ServerKey();

[PHP]
    TElSSHKey get_ServerKey()

[Java]
    TElSSHKey getServerKey();

Description

Use this read-only this property to obtain public key which identifies the SSH server the client is connected to.

See also:     OnKeyValidate     TrustedKeys    

Discuss this help topic in SecureBlackbox Forum