VerificationOptionsAddTrustedCertificate Method |
| Name | Description | |
|---|---|---|
| AddTrustedCertificate(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.
| |
| AddTrustedCertificate(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.
| |
| AddTrustedCertificate(Byte, UInt64) |
Adds a certificate to the store of trusted certificates inside this options object.
| |
| AddTrustedCertificate(String, UInt64) |
Adds a certificate to the store of trusted certificates inside this options object, by loading it from a file.
|