Aspose::Pdf::Security::ICustomSecurityHandler::IsOwnerPassword metod

ICustomSecurityHandler::IsOwnerPassword method

Kontrollera om lösenordet är dokumentets ägarlösenord. Metoden anropas efter Initialize. Metodanropet används i PDF‑API:et.

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

ReturnValue

Sant, om det är ett ägarlösenord.

Se även