Checks if the signing certificate stored in this signature contents is revoked now.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public bool CheckIfRevoked(
PdfCertificateRevocationCheckMode mode
)
VB
Public Function CheckIfRevoked (
mode As PdfCertificateRevocationCheckMode
) As Boolean
Parameters
- mode
- Type: BitMiracle.Docotic.Pdf.PdfCertificateRevocationCheckMode
The revocation check mode to use.
Return Value
Type:
Booleantrue if the signing certificate stored in this signature contents is revoked
at the current time;
false otherwise.
Remarks
This method requires an internet connection when used with one of the online modes.
See Also