Discuss this help topic in SecureBlackbox Forum

TElPKCS11SlotInfo.ReadOnly

TElPKCS11SlotInfo     See also     


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


This read-only property specifies if sessions logged into the slot are read-only.

Declaration

[C#]
    bool ReadOnly;

[VB.NET]
    Property ReadOnly As Boolean

[Pascal]
    property ReadOnly: Boolean;

[C++]
    bool get_ReadOnly();

[PHP]
    bool get_ReadOnly()

[Java]
    boolean getReadOnly();

Description

    When read-only session is established you have read-only access to token objects and read-write access to session objects. Read-only session can be public (access only to public session or token objects) or user functions session (access to private objects as well).

See also:     LoggedIn    

Discuss this help topic in SecureBlackbox Forum