Discuss this help topic in SecureBlackbox Forum

TElPKCS11ManagerCertificateObject.URL

TElPKCS11ManagerCertificateObject     See also     


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


Contains the URL where the complete certificate can be obtained.

Declaration

[C#]
    string URL;

[VB.NET]
    Property URL As String

[Pascal]
    property URL: string;

[C++]
    void get_URL(std::string &OutResult);
    void set_URL(const std::string &Value);

[PHP]
    string get_URL()
    void set_URL(string $Value)

[Java]
    String getURL();
    void setURL(String Value);

Description

    Use this property to get or set the URL where the complete certificate can be obtained.

See also:     Issuer    

Discuss this help topic in SecureBlackbox Forum