Discuss this help topic in SecureBlackbox Forum

TElSSHPKCS11KeyStorage.SynchronizeGUI

TElSSHPKCS11KeyStorage     


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


Specifies whether events should be called in context of main thread.

Declaration

[C#]
    bool SynchronizeGUI;

[VB.NET]
    Property SynchronizeGUI As Boolean

[Pascal]
    property SynchronizeGUI : boolean;

[C++]
    bool get_SynchronizeGUI();
    void set_SynchronizeGUI(bool Value);

[PHP]
    bool get_SynchronizeGUI()
    void set_SynchronizeGUI(bool $Value)

[Java]
    not available

Description

    This property defines whether the events are fired in context of main application thread (when SynchronizeGUI is True) or in context of the thread, in which the storage is managed (when SynchronizeGUI is False).

Discuss this help topic in SecureBlackbox Forum