Discuss this help topic in SecureBlackbox Forum

TElAuthenticodeSignature.URL

TElAuthenticodeSignature     See also     


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


Returns the URL contained in the signature.

Declaration

[C#]
    string URL;

[VB.NET]
    Property URL As String

[Pascal]
    property URL: string;

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

[PHP]
    string get_URL()

[Java]
    String getURL();

Description

    Use this property to get the contents of the signature's URL field (optional).

See also:     Description    

Discuss this help topic in SecureBlackbox Forum