Skip to main content

IsCertificateAuthorityAvailable (NotesAdministrationProcess - LotusScript)

Read-only. Indicates whether a certificate authority certifier is available.

Defined in

NotesAdministrationProcess

Data type

Boolean

Syntax

To get: flag = notesAdministrationProcess .IsCertificateAuthorityAvailable

  • True in either of the following cases:
  • CertificateAuthorityOrg is set and a certificate authority certifier is available for the specified organization. CertificateAuthorityOrg is not set and any certificate authority certifier is available.
  • False otherwise.

Example