Add

PasswordDictionary.Add method

Adds a password for a document to the dictionary.

public void Add(string key, string password)
Parameter Type Description
key String The full file path or a document key.
password String The document password.

See Also