Click or drag to resize
Pdftools logo

Default Class

Inheritance Hierarchy
SystemObject
  PdfTools.InternalNativeBase
    PdfTools.InternalNativeObject
      PdfTools.SignatureValidation.ProfilesProfile
        PdfTools.SignatureValidation.ProfilesDefault

Namespace: PdfTools.SignatureValidation.Profiles
Assembly: PdfTools (in PdfTools.dll) Version: 1.11.1+7e91adfd8b3958b0a599c3b63ff35d8a15e95be7
Syntax
C#
public class Default : Profile

The Default type exposes the following members.

Constructors
 NameDescription
Public methodDefault 
Top
Properties
 NameDescription
Public propertyCustomTrustList

The custom list of trusted certificates

Default: (no custom trust list)
(Inherited from Profile)
Public propertySigningCertTrustConstraints

Trust constraints for certificates of signatures


(Inherited from Profile)
Public propertyTimeStampTrustConstraints

Trust constraints for certificates of time-stamps


(Inherited from Profile)
Public propertyValidationOptions

Signature validation options


(Inherited from Profile)
Top
Methods
 NameDescription
Public methodEquals
(Inherited from NativeObject)
Public methodGetHashCode
(Inherited from NativeObject)
Top
See Also