Method CheckHasEmbeddedOcsp
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
CheckHasEmbeddedOcsp()
Checks if the signature contents has OCSP revocation data embedded.
public bool CheckHasEmbeddedOcsp()
Returns
- bool
true
if the signature contents has OCSP revocation data embedded; otherwise,false
.
Remarks
Read the Verify PDF signature in C# and VB.NET article for examples of using this method.