Discuss this help topic in SecureBlackbox Forum

TElSSHPKCS11KeyStorage.SlotEventMonitoringMode

TElSSHPKCS11KeyStorage     See also     


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


Specifies slot event monitoring mode.

Declaration

[C#]
    TSBPKCS11SlotEventMonitoringMode SlotEventMonitoringMode;

[VB.NET]
    Property SlotEventMonitoringMode As TSBPKCS11SlotEventMonitoringMode

[Pascal]
    property SlotEventMonitoringMode : TSBPKCS11SlotEventMonitoringMode;

[C++]
    TSBPKCS11SlotEventMonitoringMode get_SlotEventMonitoringMode();
    void set_SlotEventMonitoringMode(TSBPKCS11SlotEventMonitoringMode Value);

[PHP]
    integer get_SlotEventMonitoringMode()
    void set_SlotEventMonitoringMode(integer $Value)

[Java]
    not available

Values

Description

    Use this property to specify how slot events will be monitored.

See also:     SlotEventMonitoringDelay    

Discuss this help topic in SecureBlackbox Forum