Click or drag to resize

PdfSignatureValidationResult Class

Represents a result of a PdfSignature validation.
Inheritance Hierarchy
SystemObject
  SautinSoft.Pdf.FormsPdfSignatureValidationResult

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

The PdfSignatureValidationResult type exposes the following members.

Properties
 NameDescription
Public propertyIsValid Returns true if the PdfSignature is valid; otherwise, .
Top
Methods
 NameDescription
Public methodToString Returns a String that represents this PdfSignatureValidationResult instance.
(Overrides ObjectToString)
Top
See Also