Click or drag to resize
Pdftools logo

RevocationCheckPolicy Enumeration

The revocation check policy


Namespace: PdfTools.SignatureValidation.Profiles
Assembly: PdfTools (in PdfTools.dll) Version: 1.5.0+84bd4d36da7e2449ee09fddee89e23a99b6ffcca
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