Root > Reference > All Types > TSignatureInfo > TSignatureInfo.Status

Field TSignatureInfo.Status

Previous pageReturn to chapter overviewNext page   

Status of the digital signature.

 

Unit

ESignature

 

Syntax

 

Code (Delphi)

Status: String;

 

Value

'Verified' when signature is valid. Or something like 'TRUST_E_BAD_DIGEST: The digital signature is present, but did not verify (is broken - does not match the file)' when signature is not valid.

 

Remarks

This field is valid only when the Signed field is True.

 

You can get a simple yes/no answer from the Verified field. The Status field contain extended reason for failed signature check.

 

See also




Send feedback... Build date: 2026-05-27
Last edited: 2026-05-27
PRIVACY STATEMENT
The documentation team uses the feedback submitted to improve the EurekaLog documentation. We do not use your e-mail address for any other purpose. We will remove your e-mail address from our system after the issue you are reporting has been resolved. While we are working to resolve this issue, we may send you an e-mail message to request more information about your feedback. After the issues have been addressed, we may send you an email message to let you know that your feedback has been addressed.


Permanent link to this article: https://www.eurekalog.com/help/eurekalog/topic_field_ESignature_TSignatureInfo_Status