Click or drag to resize

VerificationOptionsLoadTrustList Method

Bulk trust list loading API with trust flag support.Loads a trust list that is structured in Acrobat's FDF Data/Cert Exchange format into the VerificationOptions certificate store.Use of this function is strongly recommended instead of the P7C API(i.e.AddTrustedCertificates).Certificates inside the FDF trust list that cannot be decoded and loaded, will be skipped.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void LoadTrustList(
	FDFDoc in_fdf_cert_exchange_data
)

Parameters

in_fdf_cert_exchange_data
Type: pdftron.FDFFDFDoc
an FDFDoc from the FDF cert exchange data
See Also