Click or drag to resize
Pdftools logo

RevocationCheckPolicy Enumeration

The revocation check policy


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