Discuss this help topic in SecureBlackbox Forum

TElPKCS11Module.Load

TElPKCS11Module     See also     


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


Loads DLL library which provides PKCS#11 API.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    function Load(ModuleName: string): cardinal;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • ModuleName - Name of the DLL library to be loaded.

Return value

    0 if the library was loaded successfully, -1 otherwise.

Description

    Use this function to load a DLL library which provides PKCS#11 API.

See also:     HLib    

Discuss this help topic in SecureBlackbox Forum