Click or drag to resize
Pdftools logo

Validator Class

The class to check the validity of signatures

Inheritance Hierarchy
SystemObject
  PdfTools.InternalNativeBase
    PdfTools.InternalNativeObject
      PdfTools.SignatureValidationValidator

Namespace: PdfTools.SignatureValidation
Assembly: PdfTools (in PdfTools.dll) Version: 1.6.0+e1db8f4bf6125495a2d29513486ea3e61205c81b
Syntax
C#
public class Validator : NativeObject

The Validator type exposes the following members.

Constructors
 NameDescription
Public methodValidator 
Top
Methods
 NameDescription
Public methodEquals
(Inherited from NativeObject)
Public methodGetHashCode
(Inherited from NativeObject)
Public methodValidate

Validate the signatures of a PDF document

Top
Events
 NameDescription
Public eventConstraint Report the result of a constraint validation of Validate(Document, Profile, SignatureSelector).
Top
See Also