Click or drag to resize
Pdftools logo

SignatureContentValidity Property

Technical validity of the cryptographic signature

Indicates whether the cryptographic signature is valid based on the applied validation profile. For a complete validity assessment, it is also necessary to confirm that IsFullRevisionCovered is , ensuring the signature covers the entire document revision.

Namespace: PdfTools.SignatureValidation
Assembly: PdfTools (in PdfTools.dll) Version: 1.19.0+2160c7724ea9111cae8ed0e8ced3b10611191789
Syntax
C#
public ConstraintResult Validity { get; }

Property Value

ConstraintResult
See Also