Get the current user
When working with the Sitefinity CMS API, often developers need to interact with the currently authenticated user, whether to display data about him or to check if he belongs to a role. With the introduction of Claims authentication, this can be done using static methods in the ClaimsManager
class.