Discuss this help topic in SecureBlackbox Forum

TElSSHPKCS11KeyStorage.MonitorSlotEvents

TElSSHPKCS11KeyStorage     See also     


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


This property specifies whether to control token insertion/removal.

Declaration

[C#]
    bool MonitorSlotEvents;

[VB.NET]
    Property MonitorSlotEvents As Boolean

[Pascal]
    property MonitorSlotEvents : boolean;

[C++]
    bool get_MonitorSlotEvents();
    void set_MonitorSlotEvents(bool Value);

[PHP]
    bool get_MonitorSlotEvents()
    void set_MonitorSlotEvents(bool $Value)

[Java]
    not available

Description

    If this property value is True, OnSlotEvent will be fired on each token insertion/removal.

See also:     OnSlotEvent    

Discuss this help topic in SecureBlackbox Forum