Discuss this help topic in SecureBlackbox Forum

TElAuthenticodeVerifier.VerifySignature

TElAuthenticodeVerifier     See also     


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


Verifies signature by its index.

Declaration

[C#/Java]
    int VerifySignature(int Index);

[VB.NET]
    Function VerifySignature(ByVal Index As Integer) As Integer

[Pascal]
    function VerifySignature(Index: Integer): Integer;

[C++]
    int32_t VerifySignature(int32_t Index);

[PHP]
    integer VerifySignature(integer $Index)

Parameters

  • Index - index of the signature to be verified

Return value

    Error code

Values:


Description

    Use this method to verify the signature.
    Note that this method searches for a certificate in the file first, and in the storage specified in CertStorage property then. If the certificate was not found SB_AUTHENTICODE_ERROR_NO_SIGNER_CERTIFICATE error returned.

See also:     GetSignatureInfo     CertStorage    

Discuss this help topic in SecureBlackbox Forum