LOTUSSCRIPT/COM/OLE CLASSES
Read-write. The file specification of the certifier ID file.
Defined in
NotesAdministrationProcess
Data type
String
Syntax
To get: filespec$ = notesAdministrationProcess.CertifierFile
To set: notesAdministrationProcess.CertifierFile = filespec$
Usage
The file specification can be a complete file specification or can be relative to the Domino data directory.
This property applies when UseCertificateAuthority is False and a certifier is required.
Language cross-reference
CertifierFile in Java AdministrationProcess class
Example