Partage via


INDMessenger.SendLicenseFetchRequestAsync(Byte[], Byte[]) Méthode

Définition

Envoie les données spécifiées dans un message de demande de récupération de licence asynchrone.

public:
 IAsyncOperation<INDSendResult ^> ^ SendLicenseFetchRequestAsync(Platform::Array <byte> ^ sessionIDBytes, Platform::Array <byte> ^ challengeDataBytes);
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<INDSendResult> SendLicenseFetchRequestAsync(winrt::array_view <byte> const& sessionIDBytes, winrt::array_view <byte> const& challengeDataBytes);
/// [Windows.Foundation.Metadata.RemoteAsync]
/// [Windows.Foundation.Metadata.Deprecated("INDMessenger is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
IAsyncOperation<INDSendResult> SendLicenseFetchRequestAsync(winrt::array_view <byte> const& sessionIDBytes, winrt::array_view <byte> const& challengeDataBytes);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<INDSendResult> SendLicenseFetchRequestAsync(byte[] sessionIDBytes, byte[] challengeDataBytes);
[Windows.Foundation.Metadata.RemoteAsync]
[Windows.Foundation.Metadata.Deprecated("INDMessenger 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<INDSendResult> SendLicenseFetchRequestAsync(byte[] sessionIDBytes, byte[] challengeDataBytes);
function sendLicenseFetchRequestAsync(sessionIDBytes, challengeDataBytes)
Public Function SendLicenseFetchRequestAsync (sessionIDBytes As Byte(), challengeDataBytes As Byte()) As IAsyncOperation(Of INDSendResult)

Paramètres

sessionIDBytes

Byte[]

byte[]

Identificateur de session. L’identificateur de session doit être de 16 octets.

challengeDataBytes

Byte[]

byte[]

Données du message de défi.

Retours

Résultat de la demande de récupération de licence.

Attributs

S’applique à

Voir aussi