Discuss this help topic in SecureBlackbox Forum

TElPKCS11SlotInfo.TokenPresent

TElPKCS11SlotInfo     See also     


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


This read-only property specifies if token is present in the slot.

Declaration

[C#]
    bool TokenPresent;

[VB.NET]
    Property TokenPresent As Boolean

[Pascal]
    property TokenPresent: Boolean;

[C++]
    bool get_TokenPresent();

[PHP]
    bool get_TokenPresent()

[Java]
    boolean getTokenPresent();

Description

     True if a token is present in the slot. False - otherwise.

See also:     LoggedIn    

Discuss this help topic in SecureBlackbox Forum