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.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
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.