Discuss this help topic in SecureBlackbox Forum

TElPDFSignatureInfo.TSPURL

TElPDFSignatureInfo     


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


Returns an URL for a TSP server.

Declaration

[C#]
    string TSPURL;

[VB.NET]
    Property TSPURL As String

[Pascal]
    property TSPURL : string;

[C++]
    void get_TSPURL(std::string &OutResult);

[PHP]
    string get_TSPURL()

[Java]
    String getTSPURL();

Description

    Use this read-only property to get TSP server URL.

Discuss this help topic in SecureBlackbox Forum