CertifierIDFile (NotesRegistration - LotusScript®)

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

Defined in

NotesRegistration

Data type

String

Syntax

To get: string$ = notesRegistration .CertifierIDFile

To set: notesRegistration . CertifierIDFile = string$

Usage

Set this property before calling CrossCertify, Recertify, RegisterNewCertifier, RegisterNewServer, or RegisterNewUser.

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

Example