LOTUSSCRIPT/COM/OLE CLASSES


CertifierName property
Example

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.

Language cross-reference

CertifierName property in Java Registration class

Example