Discuss this help topic in SecureBlackbox Forum

TElPKCS11NSSParams.CertPrefix

TElPKCS11NSSParams     See also     


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


Specifies path to the certificate database.

Declaration

[C#]
    string CertPrefix;

[VB.NET]
    Property CertPrefix As String

[Pascal]
    property CertPrefix : string;

[C++]
    void get_CertPrefix(std::string &OutResult);
    void set_CertPrefix(const std::string &Value);

[PHP]
    string get_CertPrefix()
    void set_CertPrefix(string $Value)

[Java]
    String getCertPrefix();
    void setCertPrefix(String Value);

Description

    Use this property to specify path to the certificate database.

See also:     KeyPrefix    

Discuss this help topic in SecureBlackbox Forum