check_password method

check_password

Checks whether a password is correct for a presentation protected with open password.

Returns

True if the presentation is protected with open password and the password is correct and false otherwise.

def check_password(self, password):
    ...
ParameterTypeDescription
passwordstrThe password to check.

Remarks

When the password is null or empty, this method returns false.

See Also