Discuss this help topic in SecureBlackbox Forum

TElPKCS11Manager.Close

TElPKCS11Manager     See also     


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


Closes the session.

Declaration

[C#]
    void Close();

[VB.NET]
    Sub Close()

[Pascal]
    procedure Close;

[C++]
    void Close();

[PHP]
    void Close()

[Java]
    void close();

Description

    Use this method to close connection to the token and stop the manager.

See also:     Open    

Discuss this help topic in SecureBlackbox Forum