.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

JAVA/CORBA CLASSES


recertify method
Example

Recertifies an ID file.

Defined in

Registration

Syntax

public boolean recertify(String idfile)
   throws NotesException

public boolean recertify(String idfile, String certpw, String comment)
   throws NotesException

Parameters

String idfile


String certpw
String comment
Return value

boolean


Usage

CertifierIDFile must 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.

Language cross-reference

Recertify method in LotusScript NotesRegistration class

ViewCertify @command in formula language

Example