Discuss this help topic in SecureBlackbox Forum

TElAuthenticodeSignature.ErrorMessage

TElAuthenticodeSignature     See also     


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


Returns signature validation error message.

Declaration

[C#]
    string ErrorMessage;

[VB.NET]
    Property ErrorMessage As String

[Pascal]
    property ErrorMessage : string;

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

[PHP]
    string get_ErrorMessage()

[Java]
    String getErrorMessage();

Description

    Use this property to get more details about the signature validation error.

See also:     ErrorCode    

Discuss this help topic in SecureBlackbox Forum