I want to check if a sitecore item has any access rights applied or not so I am thinking of checking if the security field has a value i.e
item.Fields["__Security"].Value
Is this is the correct way of checking if an item has access rights or Is there another way of doing this?