ContentUser.AnyoneUser Property

Definition

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.ContentUser
Public Shared ReadOnly Property AnyoneUser As ContentUser

Property 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.

Applies to

See also