INDMessenger.SendRegistrationRequestAsync(Byte[], Byte[]) 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.
Envoie les données spécifiées dans un message de demande d’inscription asynchrone.
public:
IAsyncOperation<INDSendResult ^> ^ SendRegistrationRequestAsync(Platform::Array <byte> ^ sessionIDBytes, Platform::Array <byte> ^ challengeDataBytes);
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<INDSendResult> SendRegistrationRequestAsync(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> SendRegistrationRequestAsync(winrt::array_view <byte> const& sessionIDBytes, winrt::array_view <byte> const& challengeDataBytes);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<INDSendResult> SendRegistrationRequestAsync(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> SendRegistrationRequestAsync(byte[] sessionIDBytes, byte[] challengeDataBytes);
function sendRegistrationRequestAsync(sessionIDBytes, challengeDataBytes)
Public Function SendRegistrationRequestAsync (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 d’extraction de licence.
- Attributs