validate_password method

validate_password

Validates protection password.

Returns

Whether password is the protection password of this VBA project

def validate_password(self, password):
    ...
ParameterTypeDescription
passwordstrthe password

See Also