public final class ValidationStatus
extends com.aspose.ms.System.Enum
Represents the validation status of a certificate validation.
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.
| Modifier and Type | Field and Description |
|---|---|
static int |
Invalid
Indicates that the certificate validation failed.
|
static int |
Undefined
Indicates that the validation process was inconclusive or not performed.
|
static int |
Valid
Indicates that the certificate has been successfully validated.
|
public static final int Valid
Indicates that the certificate has been successfully validated.
public static final int Invalid
Indicates that the certificate validation failed.
public static final int Undefined
Indicates that the validation process was inconclusive or not performed.
Copyright © 2026 Aspose. All Rights Reserved.