Discuss this help topic in SecureBlackbox Forum

TElPKCS11CertStorage.Opened

TElPKCS11CertStorage     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]
    boolean getOpened();

Description

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

See also:     Module     Session     OpenSession    

Discuss this help topic in SecureBlackbox Forum