crossCertify (NotesRegistration - JavaScript)

Cross-certifies an ID file.

Defined in

NotesRegistration

Syntax

crossCertify(idfile:string) : boolean

crossCertify(idfile:string, certpw:string) : boolean

crossCertify(idfile:string, certpw:string, comment:string) : boolean

Parameter Description
String idfile The ID file to be cross-certified. 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 user's Domino® Directory record.
Return value Description
boolean Returns true if the operation is successful; false otherwise.

Usage

This method requires that CertifierIDFile be set.

Expiration defaults to 10 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.

Language cross-reference

CrossCertify method in LotusScript® NotesRegistration class

MailRequestCrossCert @command in formula language

AdminCrossCertifyIDFile @command in formula language


Additional Documentation | Trademarks |