Condividi tramite


NDTCPMessenger.SendLicenseFetchRequestAsync(Byte[], Byte[]) Metodo

Definizione

Invia i dati specificati in un messaggio di richiesta di recupero della licenza asincrona.

public:
 virtual IAsyncOperation<INDSendResult ^> ^ SendLicenseFetchRequestAsync(Platform::Array <byte> ^ sessionIDBytes, Platform::Array <byte> ^ challengeDataBytes) = SendLicenseFetchRequestAsync;
/// [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)

Parametri

sessionIDBytes

Byte[]

byte[]

ID di sessione. L'identificatore della sessione deve essere di 16 byte.

challengeDataBytes

Byte[]

byte[]

Dati per il messaggio di sfida.

Restituisce

Risultato della richiesta di recupero della licenza.

Implementazioni

M:Windows.Media.Protection.PlayReady.INDMessenger.SendLicenseFetchRequestAsync(System.Byte[],System.Byte[]) M:Windows.Media.Protection.PlayReady.INDMessenger.SendLicenseFetchRequestAsync(byte[],byte[])
Attributi

Si applica a

Vedi anche