Aspose::Pdf::Security::ICustomSecurityHandler::IsUserPassword metod

ICustomSecurityHandler::IsUserPassword method

Kontrollera om lösenordet tillhör användaren (lösenord för att öppna dokumentet). Metoden anropas efter Initialize. Metodanropet används i PDF‑API:et.

virtual bool Aspose::Pdf::Security::ICustomSecurityHandler::IsUserPassword(System::String password)=0
ParameterTypBeskrivning
passwordSystem::StringLösenordet.

ReturnValue

Sant, om det är ett lösenord för att öppna dokumentet.

Se även