Discuss this help topic in SecureBlackbox Forum

TElPKCS11NSSParams.SecMod

TElPKCS11NSSParams     See also     


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


Specifies path to the secmod.db file.

Declaration

[C#]
    string SecMod;

[VB.NET]
    Property SecMod As String

[Pascal]
    property SecMod : string;

[C++]
    void get_SecMod(std::string &OutResult);
    void set_SecMod(const std::string &Value);

[PHP]
    string get_SecMod()
    void set_SecMod(string $Value)

[Java]
    String getSecMod();
    void setSecMod(String Value);

Description

    Use this property to specify path to the secmod.db file. This file is a security module database and contains path names of PKCS#11 modules.

See also:     CertPrefix     KeyPrefix    

Discuss this help topic in SecureBlackbox Forum