Discuss this help topic in SecureBlackbox Forum

TElPKCS11Module.SessionCount

TElPKCS11Module     See also     


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


Returns the number of opened sessions.

Declaration

[C#]
    int SessionCount;

[VB.NET]
    Property SessionCount As Integer

[Pascal]
    property SessionCount : Integer;

[C++]
    int32_t get_SessionCount();

[PHP]
    integer get_SessionCount()

[Java]
    int getSessionCount();

Description

    Use this read-only property to retrievethe number of opened sessions.

See also:     Session    

Discuss this help topic in SecureBlackbox Forum