Discuss this help topic in SecureBlackbox Forum

TElPKCS11SlotInfo.LoggedIn

TElPKCS11SlotInfo     See also     


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


This read-only property specifies if method Login has been called for the slot.

Declaration

[C#]
    bool LoggedIn;

[VB.NET]
    Property LoggedIn As Boolean

[Pascal]
    property LoggedIn: Boolean;

[C++]
    bool get_LoggedIn();

[PHP]
    bool get_LoggedIn()

[Java]
    boolean getLoggedIn();

Description

    Use this property to find out if any session was logged into the slot.

See also:     ReadOnly     TokenPresent    

Discuss this help topic in SecureBlackbox Forum