Discuss this help topic in SecureBlackbox Forum

TElPKCS11Module.UseGetFunctionList

TElPKCS11Module     See also     


Filter: C#  VB.NET  Pascal  C++  


Specifies whether to use C_GetFunctionList method of the token.

Declaration

[C#]
    bool UseGetFunctionList

[VB.NET]
    Property UseGetFunctionList As Boolean

[Pascal]
    property UseGetFunctionList : boolean;

[C++]
    int8_t get_UseGetFunctionList();
    void set_UseGetFunctionList(int8_t Value);

Description

    Turn this property off to avoid a runtime error in NG edition caused by bad pointers returned by the C_GetFunctionList function of some .dylib tokens. Use this property in conjunction with the pcsoUseSystemProcAddresses option of TElPKCS11CertStorage.PKCS11Options. The default value is True.

See also:     TElPKCS11CertStorage.PKCS11Options    

Discuss this help topic in SecureBlackbox Forum