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:
Booleantrue if the signature contents has CRL revocation data embedded; otherwise,
false.
See Also