Enum ValidationStatus
ValidationStatus enumeration
Represents the validation status of a certificate validation.
public enum 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
- assembly Aspose.PDF