Share via


ISecureStopHandler.ProcessSecureStopDataAsync Method

Definition

Service implemented method handling secure stop data requests.

public System.Threading.Tasks.Task<Microsoft.Media.Drm.SecureStopDataResponse> ProcessSecureStopDataAsync (Microsoft.Media.Drm.ISecureStopDataChallenge data);
abstract member ProcessSecureStopDataAsync : Microsoft.Media.Drm.ISecureStopDataChallenge -> System.Threading.Tasks.Task<Microsoft.Media.Drm.SecureStopDataResponse>
Public Function ProcessSecureStopDataAsync (data As ISecureStopDataChallenge) As Task(Of SecureStopDataResponse)

Parameters

data
ISecureStopDataChallenge

Parsed ISecureStopDataChallenge received from the client.

Returns

The SecureStopDataResponse to be returned to the client.

Applies to