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.4.0+fc8bb87ea2616e7f35d94e0588d333abae862a7a
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