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; }
static member AnyoneUser : System.Security.RightsManagement.ContentUser
Public Shared ReadOnly Property AnyoneUser As ContentUser
屬性值
"Anyone" ContentUser 角色的執行個體。
備註
AnyoneUser 具有 AuthenticationType 「內部」和 Name 「任何人」。
如果在 AuthenticationType 發佈期間授與「 Name 任何人」許可權的「內部」,驗證服務器將會向任何要求發出 UseLicense ,並將授權附加至要求的使用者。