ContentUser.AnyoneUser Property   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an instance of the "Anyone" ContentUser persona.
public:
 static property System::Security::RightsManagement::ContentUser ^ AnyoneUser { System::Security::RightsManagement::ContentUser ^ get(); };public static System.Security.RightsManagement.ContentUser AnyoneUser { get; }static member AnyoneUser : System.Security.RightsManagement.ContentUserPublic Shared ReadOnly Property AnyoneUser As ContentUserProperty Value
An instance of the "Anyone" ContentUser persona.
Remarks
AnyoneUser has AuthenticationType "Internal" and Name "Anyone".
If AuthenticationType "Internal" with Name "Anyone" is granted rights during publishing, the authentication server will issue a UseLicense to any request and will attach the license to the requesting user.