Click or drag to resize
Pdftools logo

CustomTrustList Class

The custom collection of trusted certificates

This class defines a custom collection of trusted certificates. They define the certificates used for CustomTrustList and can be set in the validation profile with CustomTrustList.
Inheritance Hierarchy
SystemObject
  PdfTools.InternalNativeBase
    PdfTools.InternalNativeObject
      PdfTools.SignatureValidationCustomTrustList

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

The CustomTrustList type exposes the following members.

Constructors
 NameDescription
Public methodCustomTrustList 
Top
Methods
 NameDescription
Public methodAddArchive

Add certificates from a PFX (PKCS#12) archive

Add certificates to the trust list.
Public methodAddCertificates

Add one or more certificates

Add certificates to the trust list.
Public methodEquals
(Inherited from NativeObject)
Public methodGetHashCode
(Inherited from NativeObject)
Top
See Also