ContentUser.AnyoneUser 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取“Anyone”ContentUser 角色的实例。
public:
static property System::Security::RightsManagement::ContentUser ^ AnyoneUser { System::Security::RightsManagement::ContentUser ^ get(); };
public static System.Security.RightsManagement.ContentUser AnyoneUser { get; }
member this.AnyoneUser : System.Security.RightsManagement.ContentUser
Public Shared ReadOnly Property AnyoneUser As ContentUser
属性值
“Anyone”ContentUser 角色的一个实例。
注解
AnyoneUser 具有 AuthenticationType “内部”和 Name “任何人”。
如果在 AuthenticationType 发布期间向“任何人”授予“内部 Name ”权限,身份验证服务器将向任何请求颁发许可证 UseLicense ,并将许可证附加到请求用户。