Discuss this help topic in SecureBlackbox Forum

TElSSHPKCS11KeyStorage.TrySingleThreadedMode

TElSSHPKCS11KeyStorage     See also     


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


Specifies whether to access the token in a single-threaded mode.

Declaration

[C#]
    bool TrySingleThreadedMode;

[VB.NET]
    Property TrySingleThreadedMode As Boolean

[Pascal]
    property TrySingleThreadedMode : boolean;

[C++]
    bool get_TrySingleThreadedMode();
    void set_TrySingleThreadedMode(bool Value);

[PHP]
    bool get_TrySingleThreadedMode()
    void set_TrySingleThreadedMode(bool $Value)

[Java]
    not available

Description

    Use this property to specify if access to the security token should be opened in a single-threaded mode.

See also:     Module     Opened    

Discuss this help topic in SecureBlackbox Forum