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
)
Public Sub LoadTrustList (
in_fdf_cert_exchange_data As FDFDoc
)
public:
virtual void LoadTrustList(
[InAttribute] FDFDoc^ in_fdf_cert_exchange_data
) sealed
function LoadTrustList(in_fdf_cert_exchange_data);
Parameters
- in_fdf_cert_exchange_data
- Type: pdftron.FDFFDFDoc
an FDFDoc from the FDF cert exchange data
See Also