JAVA/CORBA CLASSES


CertifierPassword property
Example

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

Defined in

AdministrationProcess

Data type

String

Syntax

public String getCertifierPassword()
   throws NotesException

public void setCertifierPassword(String password)
   throws NotesException

Usage

This property applies when IsUseCertificateAuthority is false and a certifier is required.

Language cross-reference

CertifierPassword in Lotusscript notesadministrationprocess class

Example