Click or drag to resize

VerificationOptionsAddTrustedCertificate Method

Overload List
  NameDescription
Public methodAddTrustedCertificate(Byte)
Adds a certificate to the store of trusted certificates inside this options object. This overload uses the e_default_trust CertificateTrustFlag, which matches Acrobat's behaviour, to determine the trust level of the certificate.
Public methodAddTrustedCertificate(String)
Adds a certificate to the store of trusted certificates inside this options object, by loading it from a file. This overload uses the e_default_trust CertificateTrustFlag, which matches Acrobat's behaviour, to determine the trust level of the certificate.
Public methodAddTrustedCertificate(Byte, UInt64)
Adds a certificate to the store of trusted certificates inside this options object.
Public methodAddTrustedCertificate(String, UInt64)
Adds a certificate to the store of trusted certificates inside this options object, by loading it from a file.
Top
See Also