NDClient.LicenseFetchAsync(INDLicenseFetchDescriptor) 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.
Effectue une extraction de licence entre un récepteur client et un émetteur.
public:
virtual IAsyncOperation<INDLicenseFetchResult ^> ^ LicenseFetchAsync(INDLicenseFetchDescriptor ^ licenseFetchDescriptor) = LicenseFetchAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<INDLicenseFetchResult> LicenseFetchAsync(INDLicenseFetchDescriptor const& licenseFetchDescriptor);
/// [Windows.Foundation.Metadata.RemoteAsync]
/// [Windows.Foundation.Metadata.Deprecated("INDClient is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
IAsyncOperation<INDLicenseFetchResult> LicenseFetchAsync(INDLicenseFetchDescriptor const& licenseFetchDescriptor);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<INDLicenseFetchResult> LicenseFetchAsync(INDLicenseFetchDescriptor licenseFetchDescriptor);
[Windows.Foundation.Metadata.RemoteAsync]
[Windows.Foundation.Metadata.Deprecated("INDClient is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
public IAsyncOperation<INDLicenseFetchResult> LicenseFetchAsync(INDLicenseFetchDescriptor licenseFetchDescriptor);
function licenseFetchAsync(licenseFetchDescriptor)
Public Function LicenseFetchAsync (licenseFetchDescriptor As INDLicenseFetchDescriptor) As IAsyncOperation(Of INDLicenseFetchResult)
Paramètres
- licenseFetchDescriptor
- INDLicenseFetchDescriptor
Descripteur pour la licence en cours d’extraction.
Retours
Résultat de l’appel de récupération de licence asynchrone.
- Attributs
Remarques
Les applications appellent généralement cette méthode pendant la rotation des clés pour les nouvelles licences racines.