Discuss this help topic in SecureBlackbox Forum

TElSSHPKCS11KeyStorage.DLLName

TElSSHPKCS11KeyStorage     


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


Contains name of the DLL that provides access to Cryptoki functions.

Declaration

[C#]
    string DLLName;

[VB.NET]
    Property DLLName As String

[Pascal]
    property DLLName: string;

[C++]
    void get_DLLName(std::string &OutResult);
    void set_DLLName(const std::string &Value);

[PHP]
    string get_DLLName()
    void set_DLLName(string $Value)

[Java]
    not available

Description

    Use this property to set or retrieve the name of PKCS#11 provider DLL.

Discuss this help topic in SecureBlackbox Forum