Method CheckValidity
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
CheckValidity(DateTime)
Checks if this certificate is valid for the given UTC date and time.
public PdfCertificateValidity CheckValidity(DateTime utcDate)
Parameters
utcDateDateTimeThe UTC date and time to check validity for.
Returns
- PdfCertificateValidity
A value indicating if this certificate is valid for the given UTC date and time.
Remarks
The Verify PDF signature in C# and VB.NET article shows how to access and verify digital signatures in PDF documents.