Discuss this help topic in SecureBlackbox Forum

TElPKCS11CertStorage.SessionCount

TElPKCS11CertStorage     See also     


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


This read-only property contains 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 property to retrieve the number of opened sessions.

See also:     Session     Module    

Discuss this help topic in SecureBlackbox Forum