Aspose::Pdf::Security::ICustomSecurityHandler::IsOwnerPassword method

ICustomSecurityHandler::IsOwnerPassword method

Check if the password is the document owner’s password. The method is called after Initialize. The method call is used in the PDF API.

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

ReturnValue

True, if it is an owner password.

See Also