Discuss this help topic in SecureBlackbox Forum

TElPKCS11SessionInfo.AcquireSession

TElPKCS11SessionInfo     See also     


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


Initializes token and sets up the session in on-demand mode.

Declaration

[C#]
    void AcquireSession();

[VB.NET]
    Sub AcquireSession()

[Pascal]
    procedure AcquireSession;

[C++]
    void AcquireSession();

[PHP]
    void AcquireSession()

[Java]
    void acquireSession();

Description

    Call this method to initialize token and set up the session in on-demand mode. In on-demand mode, only one session to the token is allowed. Use ReleaseSession method to close the session and finalize the token in this mode.

See also:     IsOnDemandSession     ReleaseSession    

Discuss this help topic in SecureBlackbox Forum