JAVA/CORBA CLASSES


CertificateExpiration property
Example

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

Defined in

AdministrationProcess

Data type

DateTime

Syntax

public DateTime getCertificateExpiration()
   throws NotesException

public void setCertificateExpiration(DateTime expiration)
   throws NotesException

Usage

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

Language cross-reference

CertificateExpiration in LotusScript NotesAdministrationProcess class

Example