Discuss this help topic in SecureBlackbox Forum

TElPKCS11SessionInfo.IsOnDemandSession

TElPKCS11SessionInfo     See also     


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


Specifies if the session is in on-demand mode.

Declaration

[C#]
    bool IsOnDemandSession;

[VB.NET]
    Property IsOnDemandSession As Boolean

[Pascal]
    property IsOnDemandSession : Boolean;

[C++]
    bool get_IsOnDemandSession();

[PHP]
    bool get_IsOnDemandSession()

[Java]
    boolean getIsOnDemandSession();

Description

    Use this property to check if the session is in on-demand token access mode. In on-demand access mode only one session could be established at a time, but no persistent connection to the token is needed. Use AcquireSession to initiate, and ReleaseSession to close the session in this mode.

See also:     AcquireSession     ReleaseSession    

Discuss this help topic in SecureBlackbox Forum