AppInstallManager.GetIsPackageIdentityAllowedToInstallForUserAsync 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回一个值,该值指示是否允许在指定用户的当前设备上安装具有指定标识信息的包。
public:
virtual IAsyncOperation<bool> ^ GetIsPackageIdentityAllowedToInstallForUserAsync(User ^ user, Platform::String ^ correlationVector, Platform::String ^ packageIdentityName, Platform::String ^ publisherCertificateName) = GetIsPackageIdentityAllowedToInstallForUserAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> GetIsPackageIdentityAllowedToInstallForUserAsync(User const& user, winrt::hstring const& correlationVector, winrt::hstring const& packageIdentityName, winrt::hstring const& publisherCertificateName);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> GetIsPackageIdentityAllowedToInstallForUserAsync(User user, string correlationVector, string packageIdentityName, string publisherCertificateName);
function getIsPackageIdentityAllowedToInstallForUserAsync(user, correlationVector, packageIdentityName, publisherCertificateName)
Public Function GetIsPackageIdentityAllowedToInstallForUserAsync (user As User, correlationVector As String, packageIdentityName As String, publisherCertificateName As String) As IAsyncOperation(Of Boolean)
参数
- user
- User
一个 对象,用于标识要为此操作指定的用户。
- correlationVector
-
String
Platform::String
winrt::hstring
可用于为操作生成遥测数据的相关向量字符串。
- packageIdentityName
-
String
Platform::String
winrt::hstring
包的标识名称,如包清单中指定的。
- publisherCertificateName
-
String
Platform::String
winrt::hstring
包的发布者名称,如包清单中指定的。
返回
如果允许在指定用户的当前设备上安装具有指定标识信息的包,则其值为 True;否则为 false。
- 属性
Windows 要求
设备系列 |
Windows 10, version 1803 (在 10.0.17134.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v6.0 中引入)
|
应用功能 |
runFullTrust
|
注解
有关标识名称和发布者名称的更多详细信息,请参阅包清单架构参考中的 标识 。