LOTUSSCRIPT/COM/OLE CLASSES


CertifierPassword property
Example

Read-write. The password of the certifier ID file.

Defined in

NotesAdministrationProcess

Data type

String

Syntax

To get: password$ = notesAdministrationProcess.CertifierPassword

To set: notesAdministrationProcess.CertifierPassword = password$

Usage

This property applies when UseCertificateAuthority is False and a certifier is required.

Language cross-reference

CertifierPassword in Java AdministrationProcess class

Example