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 只會傳回目前內嵌在套件中的使用授權。 它不包含應用程式可能與版權管理伺服器分開取得但尚未內嵌在套件中的任何其他使用授權。

適用於

另請參閱