Discuss this help topic in SecureBlackbox Forum

TElPKCS11CertStorage.SlotEventMonitoringDelay

TElPKCS11CertStorage     See also     


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


Specifies slot event monitoring delay.

Declaration

[C#]
    int SlotEventMonitoringDelay;

[VB.NET]
    Property SlotEventMonitoringDelay As Integer

[Pascal]
    property SlotEventMonitoringDelay : integer;

[C++]
    int32_t get_SlotEventMonitoringDelay();
    void set_SlotEventMonitoringDelay(int32_t Value);

[PHP]
    integer get_SlotEventMonitoringDelay()
    void set_SlotEventMonitoringDelay(integer $Value)

[Java]
    int getSlotEventMonitoringDelay();
    void setSlotEventMonitoringDelay(int Value);

Description

    Use this property to specify the delay with which slot events will be monitored.

See also:     SlotEventMonitoringMode    

Discuss this help topic in SecureBlackbox Forum