PdfSignatureContents.CheckHasEmbeddedCrl Method

Checks if the signature contents has CRL revocation data embedded.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public bool CheckHasEmbeddedCrl()
VB
Public Function CheckHasEmbeddedCrl As Boolean

Return Value

Type: Boolean
true if the signature contents has CRL revocation data embedded; otherwise, false.

See Also