Aspose::Pdf::Security::ValidationMethod enum

ValidationMethod enum

Represents an enum defined the method used for certificate validation.

enum class ValidationMethod

Values

NameValueDescription
Auto0Automatically determines the best method for certificate validation.
Ocsp1Uses the Online Certificate Status Protocol (OCSP) for certificate validation. OCSP is a protocol that provides the validation status of a certificate by directly querying the issuing Certificate Authority (CA).
Crl2Validates certificates using the Certificate Revocation List (CRL) method.
All3Uses all available methods (OCSP and CRL) for certificate validation.

See Also