ISecureStopHandler.ProcessSecureStopDataAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Parsed ISecureStopDataChallenge received from the client.
Returns
The SecureStopDataResponse to be returned to the client.