X509CertificateGetNotBeforeEpochTime Method |
Retrieves the notBefore 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 GetNotBeforeEpochTime()
Public Function GetNotBeforeEpochTime As Long
public:
virtual long long GetNotBeforeEpochTime() sealed
function GetNotBeforeEpochTime();
Return Value
Type:
Int64an integer containing an epoch time
See Also