IPackagingDataAcquisitionHandler.HandlePackagingDataAcquisitionAsync 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 packaging data acquisition requests.
public System.Threading.Tasks.Task<Microsoft.Media.Drm.PackagingResponse> HandlePackagingDataAcquisitionAsync (Microsoft.Media.Drm.PackagingChallenge challenge);
abstract member HandlePackagingDataAcquisitionAsync : Microsoft.Media.Drm.PackagingChallenge -> System.Threading.Tasks.Task<Microsoft.Media.Drm.PackagingResponse>
Public Function HandlePackagingDataAcquisitionAsync (challenge As PackagingChallenge) As Task(Of PackagingResponse)
Parameters
- challenge
- PackagingChallenge
Parsed PackagingChallenge received from the client
Returns
The PackagingResponse to be returned to the client