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, String comment)
   throws NotesException

Parameters

String idfile


String certpw
String comment
Return value

boolean


Usage

This method requires that CertifierIDFile be set.

Expiration must be set or the certificate will be expired.

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