Click or drag to resize

PdfSignatureValidate Method

Validates the PdfSignature.

Caution note  Caution
This method validates only that the document has not been modified since the PdfSignature was applied. The signer's identity (its certificate validity and revocation status) is currently not validated.

Namespace: SautinSoft.Pdf.Forms
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax
public PdfSignatureValidationResult Validate()

Return Value

PdfSignatureValidationResult
An instance of a PdfSignatureValidationResult that contains a detailed error information for the status of the signature validation.
See Also