LOTUSSCRIPT/COM/OLE CLASSES


CertifierIDFile property
Example

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.

Language cross-reference

CertifierIDFile property in Java Registration class

Example
See Also