Discuss this help topic in SecureBlackbox Forum

TElAuthenticodeSignature.ErrorCode

TElAuthenticodeSignature     See also     


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


Returns signature validation error code.

Declaration

[C#]
    int ErrorCode;

[VB.NET]
    Property ErrorCode As Integer

[Pascal]
    property ErrorCode: integer;

[C++]
    int32_t get_ErrorCode();

[PHP]
    integer get_ErrorCode()

[Java]
    int getErrorCode();

Possible values

Description

    Use this property to retrieve signature validation error code.

See also:     ErrorMessage     Validity    

Discuss this help topic in SecureBlackbox Forum