Discuss this help topic in SecureBlackbox Forum

TElAuthenticodeSignature.Description

TElAuthenticodeSignature     See also     


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


Returns signature's textual description.

Declaration

[C#]
    string Description;

[VB.NET]
    Property Description As String

[Pascal]
    property Description: string;

[C++]
    void get_Description(sb_u16string &OutResult);
    void get_Description(std::wstring &OutResult);

[PHP]
    string get_Description()

[Java]
    String getDescription();

Description

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

See also:     URL    

Discuss this help topic in SecureBlackbox Forum