recertify (NotesRegistration - JavaScript™)
Recertifies an ID file.
Defined in
NotesRegistrationSyntax
recertify(idfile:string) :
boolean
recertify(idfile:string, certpw:string,
comment:string) : boolean
Parameter | Description |
---|---|
String idfile |
The ID file to be recertified; specify the full path, for example, c:\notes\data\user.id. |
String certpw |
The password for the certifier ID file. |
String comment |
A value for the comment field in the Domino® Directory record for the user. |
Return value | Description |
---|---|
boolean |
True if the operation is successful; false otherwise. |
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.