public final class ValidationMode
extends com.aspose.ms.System.Enum
Specifies the validation mode for PDF signature validation processes.
| Modifier and Type | Field and Description |
|---|---|
static int |
None
Represents a mode where validation is not performed.
|
static int |
OnlyCheck
Represents the mode in which the validation is made, but its result does not affect the validation of the digital signature.
|
static int |
Strict
Represents the mode in which the validation is made and its result affects the validation of the digital signature.
|
public static final int None
Represents a mode where validation is not performed.
public static final int OnlyCheck
Represents the mode in which the validation is made, but its result does not affect the validation of the digital signature. You can check the result of the validation yourself.
public static final int Strict
Represents the mode in which the validation is made and its result affects the validation of the digital signature. If the certificate could not be verified, then the digital signature will be considered invalid. You can check the result of the validation yourself.
Copyright © 2026 Aspose. All Rights Reserved.