X509CertificateGetNotAfterEpochTime Method |
Retrieves the notAfter time from the certificate's Validity entry in the form of an integral value representing an epoch time.
Namespace:
pdftron.Crypto
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public long GetNotAfterEpochTime()
Public Function GetNotAfterEpochTime As Long
public:
virtual long long GetNotAfterEpochTime() sealed
function GetNotAfterEpochTime();
Return Value
Type:
Int64an integer containing an epoch time
See Also