IsUseCertificateAuthority (NotesAdministrationProcess - JavaScript)

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

Defined in

NotesAdministrationProcess

Syntax

isUseCertificateAuthority() : boolean

setUseCertificateAuthority(flag:boolean) : void

Legal value Description
true to use the certificate authority
false (default) to use a certifier ID file

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

IsUseCertificateAuthority in Java AdministrationProcess class