Click or drag to resize
Pdftools logo

RevocationCheckPolicy Enumeration

The revocation check policy


Namespace: PdfTools.SignatureValidation.Profiles
Assembly: PdfTools (in PdfTools.dll) Version: 1.4.0+fc8bb87ea2616e7f35d94e0588d333abae862a7a
Syntax
C#
public enum RevocationCheckPolicy
Members
Member nameValueDescription
Required1
  • Certificate must have revocation information (OCSP or CRL)
  • Revocation information is acquired from revocation sources
  • Revocation information is validated
Supported2 Same as Required for certificates that have revocation information and NoCheck otherwise.
Optional3 Same as Supported if revocation information is available in the RevocationInformationSources and NoCheck otherwise.
NoCheck4

Do not check revocation information.

See Also