Discuss this help topic in SecureBlackbox Forum

TElPKCS11CertStorage.Session

TElPKCS11CertStorage     See also     


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


Use this read-only property to get information about the session.

Declaration

[C#]
    TElPKCS11SessionInfo Session[int Index];

[VB.NET]
    Property Session(ByVal Index As Integer) As TElPKCS11SessionInfo

[Pascal]
    property Session[Index : integer] : TElPKCS11SessionInfo;

[C++]
    TElPKCS11SessionInfo* get_Session(int32_t Index);

[PHP]
    TElPKCS11SessionInfo get_Session(integer $Index)

[Java]
    not available

Parameters

  • Index - The index of the desired item in the list. The first item has Index=0, the second has Index=1 and so on.

Description

    This property contains the list of sessions opened by the OpenSession method.

See also:     SessionCount     Module     Opened     OpenSession    

Discuss this help topic in SecureBlackbox Forum