Output |
Add validation information to existing signatures of input document
Add signature validation information to the document security store (DSS). This information includes:
Validation information for embedded time-stamp tokens is added as well.
If adding validation information fails, an Warning with an AddValidationInformationFailed is generated.
All types of cryptographic providers support this method. However, this method fails when using a provider whose certificate store is missing a required certificate.
Note: This property has no effect on any new signatures or time-stamp that may also be added. The validation information of signatures and time-stamps is controlled by the respective property in the signature or time-stamp configuration object.
Note: This method does not validate the signatures, but only downloads the information required.
Note: Adding validation information for expired certificates is not possible. Therefore, it is crucial to enlarge the longevity of signatures before they expire.
Note: Adding validation information to document certification (MDP) signatures is not possible, because it would break the signature. Validation information must be added to certification signatures when creating them.
Default: None
public AddValidationInformation AddValidationInformation { get; set; }