CrossCertify (NotesRegistration - LotusScript®)
Cross-certifies an ID file.
Defined in
Data Type
Boolean
Syntax
variant = notesRegistration .CrossCertify( idfile$ [,certpw$ [, comment$]])
Parameters
idfile$
String. The ID file to be cross-certified. Specify the full path; for example, c:\notes\data\user.id.
certpw$
String. The password for the certifier ID file.
comment$
String. A value for the comment field in the Domino® Directory record.
Usage
This method requires that CertifierIDFile be set.
Expiration defaults to 10 years from now.
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
crossCertify method in Java™ Registration class
MailRequestCrossCert @command in formula language
AdminCrossCertifyIDFile @command in formula language