Share via


RightsManagementInformation.GetEmbeddedUseLicenses メソッド

定義

暗号化された権限管理データ ストリームから、ユーザーおよび UseLicense キーと値のペアのディクショナリ コレクションを返します。

public:
 System::Collections::Generic::IDictionary<System::Security::RightsManagement::ContentUser ^, System::Security::RightsManagement::UseLicense ^> ^ GetEmbeddedUseLicenses();
public System.Collections.Generic.IDictionary<System.Security.RightsManagement.ContentUser,System.Security.RightsManagement.UseLicense> GetEmbeddedUseLicenses ();
member this.GetEmbeddedUseLicenses : unit -> System.Collections.Generic.IDictionary<System.Security.RightsManagement.ContentUser, System.Security.RightsManagement.UseLicense>
Public Function GetEmbeddedUseLicenses () As IDictionary(Of ContentUser, UseLicense)

戻り値

権限管理のために保護されたパッケージに含まれているユーザーおよび UseLicense キーと値のペアのコレクション。

注釈

GetEmbeddedUseLicenses は、パッケージに現在埋め込まれている使用ライセンスのみを返します。 アプリケーションが権限管理サーバーとは別に取得したが、まだパッケージに埋め込まれていないその他の使用ライセンスは含まれません。

適用対象

こちらもご覧ください