Discuss this help topic in SecureBlackbox Forum

TElPKCS11NSSParams.KeyPrefix

TElPKCS11NSSParams     See also     


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


Specifies path to the key database.

Declaration

[C#]
    string KeyPrefix;

[VB.NET]
    Property KeyPrefix As String

[Pascal]
    property KeyPrefix : string;

[C++]
    void get_KeyPrefix(std::string &OutResult);
    void set_KeyPrefix(const std::string &Value);

[PHP]
    string get_KeyPrefix()
    void set_KeyPrefix(string $Value)

[Java]
    String getKeyPrefix();
    void setKeyPrefix(String Value);

Description

    Use this property to specify path to the key database.

See also:     CertPrefix    

Discuss this help topic in SecureBlackbox Forum