UseCertificateAuthority (NotesAdministrationProcess - LotusScript®)
Read-write. Indicates whether to use the certificate authority for certification.
Defined in
Data type
Boolean
Syntax
To get: flag = notesAdministrationProcess .UseCertificateAuthority
To set: notesAdministrationProcess . UseCertificateAuthority = flag
Legal values
- True means use the certificate authority.
- False (default) means 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.