EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElPKCS11SessionInfo.IsOnDemandSession

TElPKCS11SessionInfo     See also    


 

Specifies if the session is in on-demand mode.

 
 

Declaration

[C#]
    bool IsOnDemandSession;

[VB.NET]
    Property IsOnDemandSession As Boolean

[Pascal]
    property IsOnDemandSession : Boolean;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

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    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation