validate_password method

validate_password

Returns true if the specified password is the same as the write-protection password the file was protected with.

Returns

def validate_password(self, password):
    ...
ParameterTypeDescription
passwordstrThe specified password.

See Also