AppInstallManager.GetIsPackageIdentityAllowedToInstallAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne une valeur qui indique si le package avec les informations d’identité spécifiées est autorisé à être installé sur l’appareil actuel.
public:
virtual IAsyncOperation<bool> ^ GetIsPackageIdentityAllowedToInstallAsync(Platform::String ^ correlationVector, Platform::String ^ packageIdentityName, Platform::String ^ publisherCertificateName) = GetIsPackageIdentityAllowedToInstallAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> GetIsPackageIdentityAllowedToInstallAsync(winrt::hstring const& correlationVector, winrt::hstring const& packageIdentityName, winrt::hstring const& publisherCertificateName);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> GetIsPackageIdentityAllowedToInstallAsync(string correlationVector, string packageIdentityName, string publisherCertificateName);
function getIsPackageIdentityAllowedToInstallAsync(correlationVector, packageIdentityName, publisherCertificateName)
Public Function GetIsPackageIdentityAllowedToInstallAsync (correlationVector As String, packageIdentityName As String, publisherCertificateName As String) As IAsyncOperation(Of Boolean)
Paramètres
- correlationVector
-
String
Platform::String
winrt::hstring
Chaîne de vecteur de corrélation qui peut être utilisée pour générer des données de télémétrie pour l’opération.
- packageIdentityName
-
String
Platform::String
winrt::hstring
Nom d’identité du package, tel que spécifié dans le manifeste du package.
- publisherCertificateName
-
String
Platform::String
winrt::hstring
Nom de l’éditeur du package, tel que spécifié dans le manifeste du package.
Retours
True si le package avec les informations d’identité spécifiées est autorisé à être installé sur l’appareil actuel ; sinon, false.
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows 10, version 1803 (introduit dans 10.0.17134.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v6.0)
|
Fonctionnalités de l’application |
runFullTrust
|
Remarques
Pour plus d’informations sur les noms d’identité et les noms d’éditeur, consultez Identité dans la référence du schéma de manifeste de package.