Discuss this help topic in SecureBlackbox Forum

TElPKCS11CertStorage.Module

TElPKCS11CertStorage     See also     


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


Provides access to the security token.

Declaration

[C#]
    TElPKCS11Module Module;

[VB.NET]
    Property Module As TElPKCS11Module

[Pascal]
    property Module: TElPKCS11Module;

[C++]
    TElPKCS11Module* get_Module();

[PHP]
    TElPKCS11Module get_Module()

[Java]
    TElPKCS11Module getModule();

Description

    Use this property to get an access to the security token.
    In the current version of the SecureBlackbox TElPKCS11Module class is implemented only for [Pascal].

See also:     Slot     SlotCount     Session     SessionCount    

Discuss this help topic in SecureBlackbox Forum