Discuss this help topic in SecureBlackbox Forum

TElSSHPKCS11KeyStorage.Opened

TElSSHPKCS11KeyStorage     See also     


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


Specifies if the session with security token is opened.

Declaration

[C#]
    bool Opened;

[VB.NET]
    Property Opened As Boolean

[Pascal]
    property Opened : boolean;

[C++]
    bool get_Opened();

[PHP]
    bool get_Opened()

[Java]
    not available

Description

    Use this read-only property to check if the session with security token is opened.

See also:     Module    

Discuss this help topic in SecureBlackbox Forum