JAVA/CORBA CLASSES


crossCertify method
Example

Cross-certifies an ID file.

Defined in

Registration

Syntax

public boolean crossCertify(String idfile)
   throws NotesException

public boolean crossCertify(String idfile, String certpw)
   throws NotesException

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

Parameters

String idfile


String certpw
String comment
Return value

boolean


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

Example