Click or drag to resize

VerificationOptionsCertificateTrustFlag Enumeration

[Missing <summary> documentation for "T:pdftron.PDF.VerificationOptionsCertificateTrustFlag"]

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public enum VerificationOptionsCertificateTrustFlag
Members
  Member nameValueDescription
e_signing_trust1 analogous to "kPSSigTrustSigning" in FDF cert exchange specification. Automatically set even when not specified, just like in Acrobat.
e_certification_trust2 analogous to "kPSSigTrustAuthenticDocuments" in FDF cert exchange specification. Allows certifications using this identity to be verified.
e_dynamic_content4 analogous to "kPSSigTrustDynamicContent" in FDF cert exchange specification. Just like in Acrobat, does not invalidate dynamic documents, just intended to stop viewers from allowing its use on documents which are not trusted for it.
e_javascript16 analogous to "kPSSigTrustJavaScript" in FDF cert exchange specification. Just like in Acrobat, does not invalidate JavaScript-containing documents, just intended to stop viewers from allowing its use on documents which are not trusted for it.
e_identity32 analogous to "kPSSigTrustIdentity" in FDF cert exchange specification. If this flag is not set, all other flags are ignored, and certificate is used only for path building.
e_trust_anchor64 analogous to "kPSSigTrustAnchor" in FDF cert exchange specification. If this flag is set, paths may end with this certificate, and no revocation checks are done for it.
e_default_trust97 handy shortcut for what Acrobat does by default -- trust for everything except javascript and dynamic
e_complete_trust119 another handy shortcut for testing
See Also