public final class ValidationMethod
extends com.aspose.ms.System.Enum
Represents an enum defined the method used for certificate validation.
| Modifier and Type | Field and Description |
|---|---|
static int |
All
Uses all available methods (OCSP and CRL) for certificate validation.
|
static int |
Auto
Automatically determines the best method for certificate validation.
|
static int |
Crl
Validates certificates using the Certificate Revocation List (CRL) method.
|
static int |
Ocsp
Uses the Online Certificate Status Protocol (OCSP) for certificate validation.
|
public static final int Auto
Automatically determines the best method for certificate validation.
public static final int Ocsp
Uses 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).
public static final int Crl
Validates certificates using the Certificate Revocation List (CRL) method.
public static final int All
Uses all available methods (OCSP and CRL) for certificate validation.
Copyright © 2026 Aspose. All Rights Reserved.