Aspose::Pdf::Security::ICustomSecurityHandler::IsUserPassword method

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.

virtual bool Aspose::Pdf::Security::ICustomSecurityHandler::IsUserPassword(System::String password)=0
ParameterTypeDescription
passwordSystem::StringThe password.

ReturnValue

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

See Also