Discuss this help topic in SecureBlackbox Forum

TElPKCS11NSSParams.ConfigDir

TElPKCS11NSSParams     See also     


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


Specifies NSS configuration directory.

Declaration

[C#]
    string ConfigDir;

[VB.NET]
    Property ConfigDir As String

[Pascal]
    property ConfigDir : string;

[C++]
    void get_ConfigDir(std::string &OutResult);
    void set_ConfigDir(const std::string &Value);

[PHP]
    string get_ConfigDir()
    void set_ConfigDir(string $Value)

[Java]
    String getConfigDir();
    void setConfigDir(String Value);

Description

    Use this property to specify path to NSS configuration database. The exact path may differ for different products and configurations.
    Please, read more about setting the configuration directory in the corresponding how-to article.

See also:     UseNSSMode    

Discuss this help topic in SecureBlackbox Forum