SecureEnvironment.GetActivatedUsers メソッド

定義

アクティブ化されたユーザーの一覧を返します。

public:
 static System::Collections::ObjectModel::ReadOnlyCollection<System::Security::RightsManagement::ContentUser ^> ^ GetActivatedUsers();
public static System.Collections.ObjectModel.ReadOnlyCollection<System.Security.RightsManagement.ContentUser> GetActivatedUsers();
static member GetActivatedUsers : unit -> System.Collections.ObjectModel.ReadOnlyCollection<System.Security.RightsManagement.ContentUser>
Public Shared Function GetActivatedUsers () As ReadOnlyCollection(Of ContentUser)

返品

現在アクティブ化されているユーザーの一覧。

適用対象