PlayReadyIndividualizationServiceRequest.ProcessManualEnablingResponse Method

Definition

Process the raw binary result of a manual enabling challenge. This method is not supported in this class.

public:
 virtual HResult ProcessManualEnablingResponse(Platform::Array <byte> ^ responseBytes) = ProcessManualEnablingResponse;
HResult ProcessManualEnablingResponse(winrt::array_view <byte> const& responseBytes);
public System.Exception ProcessManualEnablingResponse(byte[] responseBytes);
function processManualEnablingResponse(responseBytes)
Public Function ProcessManualEnablingResponse (responseBytes As Byte()) As Exception

Parameters

responseBytes

Byte[]

byte[]

The response result to be processed.

Returns

This method always returns 0x80070032 (the request is not supported).

Implements

M:Windows.Media.Protection.PlayReady.IPlayReadyServiceRequest.ProcessManualEnablingResponse(System.Byte[]) M:Windows.Media.Protection.PlayReady.IPlayReadyServiceRequest.ProcessManualEnablingResponse(byte[])

Applies to