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 仅返回包中当前嵌入的那些使用许可证。 它不包括应用程序可能已从权限管理服务器单独获取但尚未嵌入到包中的其他任何使用许可证。

适用于

另请参阅