CertifierIDFile (Registration - Java)

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.

Example