共用方式為


NDTCPMessenger.SendLicenseFetchRequestAsync(Byte[], Byte[]) 方法

定義

在非同步授權擷取要求訊息中傳送指定的資料。

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)

參數

sessionIDBytes

Byte[]

byte[]

工作階段識別項。 會話識別碼必須是 16 個位元組。

challengeDataBytes

Byte[]

byte[]

挑戰訊息的資料。

傳回

授權擷取要求的結果。

實作

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

適用於

另請參閱