Enum RevocationValidationType
Namespace: Syncfusion.Pdf.Security
Assembly: Syncfusion.Pdf.Base.dll
Syntax
public enum RevocationValidationType
Fields
| Name | Description |
|---|---|
| Both | Validate both CRL and OCSP revocation. |
| Crl | Validate the CRL. |
| Ocsp | Validate the OCSP. |