Discuss this help topic in SecureBlackbox Forum

TElPKCS11SessionInfo.ReleaseSession

TElPKCS11SessionInfo     See also     


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


Closes the session in on-demand mode.

Declaration

[C#]
    void ReleaseSession();

[VB.NET]
    Sub ReleaseSession()

[Pascal]
    procedure ReleaseSession;

[C++]
    void ReleaseSession();

[PHP]
    void ReleaseSession()

[Java]
    void releaseSession();

Description

    Call this method to close the session and finalize the token in on-demand mode. Use of this method makes sense only if IsOnDemandSession is True.

See also:     AcquireSession     IsOnDemandSession    

Discuss this help topic in SecureBlackbox Forum