ICustomSecurityHandler.IsUserPassword

ICustomSecurityHandler.IsUserPassword method

Check if the password belongs to the user (password for opening the document). The method is called after Initialize. The method call is used in the PDF API.

public bool IsUserPassword(string password)
ParameterTypeDescription
passwordStringThe password.

Return Value

True, if it is a password for opening the document.

See Also