.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

LOTUSSCRIPT/COM/OLE CLASSES


CertificateExpiration property
Example

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.

Language cross-reference

CertificateExpiration in Java AdministrationProcess class

Example