CertificateExpiration (NotesAdministrationProcess - LotusScript®)

Read-write. The expiration date for the certifier ID.

Defined in

NotesAdministrationProcess

Data type

NotesDateTime

Syntax

To get: Set notesDateTime = notesAdministrationProcess .CertificateExpiration

To set: Set notesAdministrationProcess .CertificateExpiration = notesDateTime

Usage

If this property is not set, the expiration date is two years from the current date.

Example