Enum RevocationValidationType
- Namespace
- Syncfusion.Pdf.Security
- Assembly
- Syncfusion.Pdf.Portable.dll
public enum RevocationValidationType
Fields
Both = 0
Validate both CRL and OCSP revocation.
Crl = 1
Validate the CRL.
Ocsp = 2
Validate the OCSP.