Aspose::Pdf::Security::ValidationStatus enum
ValidationStatus enum
Represents the validation status of a certificate validation.
enum class ValidationStatus
Values
Name | Value | Description |
---|---|---|
Valid | 0 | Indicates that the certificate has been successfully validated. |
Invalid | 1 | Indicates that the certificate validation failed. |
Undefined | 2 | Indicates 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
- Namespace Aspose::Pdf::Security
- Library Aspose.PDF for C++