Gets the time in the local time zone that this certificate is valid up to.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public DateTime ValidUpto { get; }
VB
Public ReadOnly Property ValidUpto As DateTime
Get
Property Value
Type:
DateTime
The time in the local time zone that this certificate is valid up to.
See Also