VerificationOptionsCertificateTrustFlag Enumeration |
[Missing <summary> documentation for "T:pdftron.PDF.VerificationOptionsCertificateTrustFlag"]
Namespace: pdftron.PDF
public enum VerificationOptionsCertificateTrustFlag
Member name | Value | Description | |
---|---|---|---|
e_signing_trust | 1 | analogous to "kPSSigTrustSigning" in FDF cert exchange specification. Automatically set even when not specified, just like in Acrobat. | |
e_certification_trust | 2 | analogous to "kPSSigTrustAuthenticDocuments" in FDF cert exchange specification. Allows certifications using this identity to be verified. | |
e_dynamic_content | 4 | 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_javascript | 16 | 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_identity | 32 | 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_anchor | 64 | 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_trust | 97 | handy shortcut for what Acrobat does by default -- trust for everything except javascript and dynamic | |
e_complete_trust | 119 | another handy shortcut for testing |