crossCertify (NotesRegistration - JavaScript™)
Cross-certifies an ID file.
Defined in
NotesRegistrationSyntax
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.