Click or drag to resize
Pdftools logo

RevocationCheckPolicy Enumeration

The revocation check policy


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