Principal instance that includes all users, including anonymous users.
This is useful when you don't want to restrict access based on the identity of the requester, but instead on other identifying characteristics such as the requester's IP address.

C# |
public static readonly Principal AllUsers