RightsManagementInformation.GetEmbeddedUseLicenses 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从加密权限管理数据流返回用户和 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 仅返回包中当前嵌入的那些使用许可证。 它不包括应用程序可能已从权限管理服务器单独获取但尚未嵌入到包中的其他任何使用许可证。