ContentUser.AnyoneUser プロパティ

定義

"任意のユーザー" 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

プロパティ値

"任意のユーザー" ContentUser ペルソナのインスタンス。

注釈

AnyoneUser には AuthenticationType "Internal" と Name "Anyone" があります。

発行中に "Internal" と Name "Anyone" の権限が付与されている場合AuthenticationType、認証サーバーは 要求に 対して をUseLicense発行し、要求するユーザーにライセンスをアタッチします。

適用対象

こちらもご覧ください