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