Checks if the signature contents has OCSP revocation data embedded.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public bool CheckHasEmbeddedOcsp()
VB
Public Function CheckHasEmbeddedOcsp As Boolean
Return Value
Type:
Booleantrue if the signature contents has OCSP revocation data embedded; otherwise,
false.
See Also