CertificateInformation.notAfter Property¶
Module: CertificateInformation
Type: DateTime
Definition¶
The date in local time after which a certificate is no longer valid.
not_after: DateTime
Exceptions
An error has occurred during Bioseal Library execution.
DateTime get notAfter => getNotAfter();
Exceptions
An error has occurred during Bioseal Library execution.
public DateTime notAfter
{
get => GetnotAfter();
}
Exceptions
An error has occurred during Bioseal Library execution.
public DateTime getNotAfter() throws BiosealException
Exceptions
An error has occurred during Bioseal Library execution.
public var notAfter: DateTime
get {
return try! getNotAfter()
}
}
Exceptions
An error has occurred during Bioseal Library execution.
int id3BiosealCertificateInformation_GetNotAfter (ID3_BIOSEAL_CERTIFICATE_INFORMATION hCertificateInformation, ID3_BIOSEAL_DATE_TIME hNotAfter)
Returns