IsUseCertificateAuthority (NotesRegistration - JavaScript™)
Read-write. Indicates that the certificate authority (CA) is used for registration.
Defined in
NotesRegistrationSyntax
isUseCertificateAuthority()
: boolean
setUseCertificateAuthority(flag:boolean)
: void
Legal value | Description |
---|---|
true |
if the CA is used |
false (default) |
if the CA is not used |
Usage
Set this property before calling crossCertify, recertify, registerNewCertifier, registerNewServer, or registerNewUser.If this property is true, CertifierName must specify the name of a CA-enabled certifier.
If this property is true, the certifier ID and password are not needed for registration.
If you are working in a hosted environment and are registering a user to a hosted organization, be sure to register the user with a certifier created for that hosted organization.