Discuss this help topic in SecureBlackbox Forum

TElSSHPublicKeyServer.Close

TElSSHPublicKeyServer     See also     


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


This method closes the SSH public key subsystem connection

Declaration

[C#]
    void Close();

[VB.NET]
    Sub Close()

[Pascal]
    procedure Close;

[C++]
    void Close();

[PHP]
    void Close()

[Java]
    void close();

Description

    Call this method to close the SSH public key subsystem connection. After calling this method no more data should be sent through public key subsystem tunnel.

See also:     Open    

Discuss this help topic in SecureBlackbox Forum