CheckPassword()
IPresentationInfo::CheckPassword(System::String) method
Checks whether a password is correct for a presentation protected with open password.
virtual bool Aspose::Slides::IPresentationInfo::CheckPassword(System::String password)=0
Arguments
Parameter | Type | Description |
---|---|---|
password | System::String | The password to check. |
Return Value
True if the presentation is protected with open password and the password is correct and false otherwise.
Remarks
auto info = PresentationFactory::get_Instance()->GetPresentationInfo(u"pres.pptx");
bool isPasswordCorrect = info->CheckPassword(u"my_password");
When the password is null or empty, this method returns false.
See Also
- Class String
- Class IPresentationInfo
- Namespace Aspose::Slides
- Library Aspose.Slides