CertifierName (NotesRegistration - LotusScript®)

Read-write. The certifier when a Notes® ID is not being used.

Note: This property is new with Release 6.5.

Defined in

NotesRegistration

Data type

String

Syntax

To get: string$ = notesRegistration .CertifierName

To set: notesRegistration . CertifierName = string$

Usage

Optionally set this property before calling CrossCertify, Recertify, RegisterNewCertifier, RegisterNewServer, or RegisterNewUser.

If UseCertificateAuthority is true, this property must specify the name of a CA-enabled certifier.

If you are working in a hosted environment and registering a user to a hosted organization, use this property to specify a certifier created for the hosted organization.

Example