.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

JAVA/CORBA CLASSES


IsUseCertificateAuthority property
Example

Read-write. Indicates whether to use the certificate authority for certification.

Defined in

AdministrationProcess

Data type

boolean

Syntax

public boolean isUseCertificateAuthority()
   throws NotesException

public void setUseCertificateAuthority(boolean flag)
   throws NotesException

Legal values


Usage

If you set this property to true, specify CertificateAuthorityOrg. You can ensure that the certifier is available with IsCertificateAuthorityAvailable.

If you set this property to false, specify CertifierFile and CertifierPassword.

Language cross-reference

IsUseCertificateAuthority in Lotusscript notesadministrationprocess class

Example