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
| Parameter | Type | Description |
|---|---|---|
| password | System::String | The password. |
ReturnValue
True, if it is a password for opening the document.
See Also
- Class String
- Class ICustomSecurityHandler
- Namespace Aspose::Pdf::Security
- Library Aspose.PDF for C++