.

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

JAVA/CORBA CLASSES


CertifierIDFile property
Example

Read-Write. The complete file specification of the certifier ID to use when creating IDs.

Defined in

Registration

Data type

String

Syntax

public String getCertifierIDFile()
   throws NotesException

public void setCertifierIDFile(String file)
   throws NotesException

Usage

Set this property before calling crossCertify, recertify, registerNewCertifier, registerNewServer, or registerNewUser.

Specify the complete path, for example, c:\notes\data\cert.id.

Language cross-reference

CertifierIDFile property in LotusScript NotesRegistration class

Example