Discuss this help topic in SecureBlackbox Forum

TElPKCS11Module.Session

TElPKCS11Module     See also     


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


Returns 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]
    TElPKCS11SessionInfo getSession(int Index);

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

    Use this read-only property to get information about the session established with the security token.

See also:     SessionCount    

Discuss this help topic in SecureBlackbox Forum