Click or drag to resize
Pdftools logo

SignatureConfigurationValidationInformation Property

Whether to add validation information (LTV)

For signing certificates that do not offer validation (revocation) information (OCSP or CRL), this property is ignored.

If downloading validation information fails, an error NotFoundException or HttpException is generated. See AddValidationInformationFailed for a description of possible error causes and solutions.

Default: EmbedInDocument if the signing certificate offers validation information and None otherwise


Namespace: PdfTools.Crypto.Providers.Pkcs11
Assembly: PdfTools (in PdfTools.dll) Version: 1.5.0+84bd4d36da7e2449ee09fddee89e23a99b6ffcca
Syntax
C#
public ValidationInformation ValidationInformation { get; set; }

Property Value

ValidationInformation
See Also