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
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.