AppInstallManager.GetIsPackageIdentityAllowedToInstallForUserAsync 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 pour l’utilisateur spécifié.
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)
Paramètres
- user
- User
Objet qui identifie l’utilisateur à spécifier pour cette opération.
- correlationVector
-
String
Platform::String
winrt::hstring
Chaîne vectorielle 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, comme spécifié dans le manifeste du package.
- publisherCertificateName
-
String
Platform::String
winrt::hstring
Nom de l’éditeur du package, comme 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 pour l’utilisateur spécifié ; 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 les informations de référence sur le schéma de manifeste de package.