CertificateInformation.notBefore Property

Module: CertificateInformation

Type: DateTime

Definition

The date in local time when a certificate becomes valid.

not_before: DateTime

Exceptions

An error has occurred during Bioseal Library execution.
DateTime get notBefore => getNotBefore();

Exceptions

An error has occurred during Bioseal Library execution.
public DateTime notBefore
{
    get => GetnotBefore();
}

Exceptions

An error has occurred during Bioseal Library execution.
public DateTime getNotBefore() throws BiosealException

Exceptions

An error has occurred during Bioseal Library execution.
public var notBefore: DateTime
    get {
        return try! getNotBefore()
    }
}

Exceptions

An error has occurred during Bioseal Library execution.
int id3BiosealCertificateInformation_GetNotBefore (ID3_BIOSEAL_CERTIFICATE_INFORMATION hCertificateInformation, ID3_BIOSEAL_DATE_TIME hNotBefore)

Returns

int
An error code.
See id3BiosealError file for the list of possible error codes.