LicenseResponse(ILicenseChallenge) Constructor
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.
Initializes a new instance of the ILicenseChallenge class.
public LicenseResponse (Microsoft.Media.Drm.ILicenseChallenge challenge);
new Microsoft.Media.Drm.LicenseResponse : Microsoft.Media.Drm.ILicenseChallenge -> Microsoft.Media.Drm.LicenseResponse
Public Sub New (challenge As ILicenseChallenge)
Parameters
- challenge
- ILicenseChallenge
The ILicenseChallenge received from the client.