Aspose::Pdf::Security::ValidationStatus enum

ValidationStatus enum

Represents the validation status of a certificate validation.

enum class ValidationStatus

Values

NameValueDescription
Valid0Indicates that the certificate has been successfully validated.
Invalid1Indicates that the certificate validation failed.
Undefined2Indicates that the validation process was inconclusive or not performed.

Remarks

This enumeration defines the possible outcomes of certificate validation:* Valid: Indicates that the certificate has been successfully validated.

  • Invalid: Indicates that the certificate validation failed.
  • Undefined: Indicates that the validation process was inconclusive or not performed.

See Also