LOTUSSCRIPT/COM/OLE CLASSES

AddInternetCertificateToUser method
Example

Enters a request in the Administration Requests database to add an internet certificate to a user ID.

Defined in

NotesAdministrationProcess

Syntax

noteID$ = notesAdministrationProcess.AddInternetCertificateToUser( user$ , keyringfile$ , keyringpassword$ [ , expiration ] )

Parameters

user$


keyringfile$
keyringpassword$
expiration
Return value

noteID$


Usage

The administration process is a program that automates routine administrative tasks. For more information, see "Add Internet Certificate to Person Record" in Administration Help.

If you are using the certifier id method, an internet certificate must exist in a key ring file for this method to function. See "Creating a server key ring file" in Administration Help. You do not need a server key ring file if you are using the CA process.

Language cross-reference

addInternetCertificateToUser in Java AdministrationProcess class

Example