Skip to main content

PutUserIDFile (NotesIDVault - LotusScript)

Puts a user ID file into the ID vault. The user must first be added into ID Vault by policy.

Defined in

NotesIDVault

Syntax

Call NotesIDVault**.PutUserIDFile(** idFilePath, username, password, servername**)**

ParameterDescription
idFilePathString. Specifies the id file path that points to where you can extract the id file.
usernameString. Specifies the name of the user whose ID file you are looking for.
passwordString. Specifies the password of the user whose ID file you are looking for.
servernameString. Specifies the name of server to contact in the search for the ID file.

Language cross-reference

putUserIDFile in Java™ IDVault class

putUserIDFile in JavaScript™ NotesIDVault class