IDeleteLicenseHandler.ProcessDeleteLicenseDataAsync 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 the incoming delete license data from clients.
public System.Threading.Tasks.Task<Microsoft.Media.Drm.DeleteLicenseDataResponse> ProcessDeleteLicenseDataAsync (Microsoft.Media.Drm.IDeleteLicenseDataChallenge data);
abstract member ProcessDeleteLicenseDataAsync : Microsoft.Media.Drm.IDeleteLicenseDataChallenge -> System.Threading.Tasks.Task<Microsoft.Media.Drm.DeleteLicenseDataResponse>
Public Function ProcessDeleteLicenseDataAsync (data As IDeleteLicenseDataChallenge) As Task(Of DeleteLicenseDataResponse)
Parameters
Parsed challenge containing delete license data from the client.
Returns
The DeleteLicenseDataResponse to be returned to the client