Discuss this help topic in SecureBlackbox Forum

TElPKCS11Module.HLib

TElPKCS11Module     See also     


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


Handle to the DLL module which provides PKCS#11 API.

Declaration

[C#]
    TElPKCS11FunctionsManager HLib;

[VB.NET]
    Property HLib As TElPKCS11FunctionsManager

[Pascal]
    property HLib: TElPKCS11FunctionsManager;

[C++]
    TElPKCS11FunctionsManager get_HLib();

[PHP]
    TElPKCS11FunctionsManager get_HLib()

[Java]
    TElPKCS11FunctionsManager HLib;

Description

    Use this read-only property to get the handle to the DLL module which provides PKCS#11 API.

See also:     Load    

Discuss this help topic in SecureBlackbox Forum