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
|
備註
如需身分識別名稱和發行者名稱的詳細資訊,請參閱套件資訊清單架構參考中的 身 分識別。