Partage via


NDClient.LicenseFetchAsync(INDLicenseFetchDescriptor) Méthode

Définition

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.

S’applique à

Voir aussi