Recertify (NotesRegistration - LotusScript®)

Recertifies an ID file.

Defined in

NotesRegistration

Syntax

Call notesRegistration .Recertify( idfile$ [,certpw$ [, comment$]])

Parameters

idfile$

String. The ID file to be recertified. Specify the full path; for example, c:\notes\data\cert.id.

certpw$

String. The password for the certifier ID file.

comment$

String. The contents of the comment field in the Domino® Directory record.

Usage

This method requires that CertifierIDFile be set.

Expiration defaults to 2 years from now.

Note: The expiration default is new with Release 6.0.3.

This method acts on the Domino® Directory (names.nsf) for the server specified by RegistrationServer, or names.nsf in the local Domino® data directory if this property is not set.

This method prompts for the ID password.

Example