Contains

PasswordDictionary.Contains method

Determines whether the dictionary contains a password for the specified document.

public bool Contains(string key)
Parameter Type Description
key String The full file path or a document key.

Return Value

true if the dictionary contains a password for the document; otherwise, false.

See Also