LicenseManager 类

定义

提供用于管理应用许可证信息的成员。

public ref class LicenseManager abstract sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class LicenseManager final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public static class LicenseManager
Public Class LicenseManager
继承
Object Platform::Object IInspectable LicenseManager
属性

Windows 要求

设备系列
Windows 10 Anniversary Edition (在 10.0.14393.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v3.0 中引入)
应用功能
storeLicenseManagement

注解

注意

此类需要 storeLicenseManagement受限功能

版本历史记录

Windows 版本 SDK 版本 已添加值
1703 15063 RefreshLicensesAsync

方法

AddLicenseAsync(IBuffer)

安装指定的应用许可证。

GetSatisfactionInfosAsync(IIterable<String>, IIterable<String>)

获取指定产品的许可证权利信息。

RefreshLicensesAsync(LicenseRefreshOption)

刷新当前设备上的应用许可证的许可证信息。

适用于