ContentUser.AnyoneUser 属性

定义

获取“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

属性值

ContentUser

“Anyone”ContentUser 角色的一个实例。

注解

AnyoneUser 具有 AuthenticationType “内部”和 Name “任何人”。

如果在 AuthenticationType 发布期间向“任何人”授予“内部 Name ”权限,身份验证服务器将向任何请求颁发许可证 UseLicense ,并将许可证附加到请求用户。

适用于

另请参阅