LicenseAcknowledgementResponse Class
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.
Represents the data returned from HandleLicenseAcknowledgementAsync(ILicenseAcknowledgementChallenge).
public class LicenseAcknowledgementResponse : Microsoft.Media.Drm.ProtocolResponse
type LicenseAcknowledgementResponse = class
inherit ProtocolResponse
Public Class LicenseAcknowledgementResponse
Inherits ProtocolResponse
- Inheritance
Remarks
The response informs the client that the service has successfully received the license acknowledgment challenge.
Constructors
LicenseAcknowledgementResponse(ILicenseAcknowledgementChallenge) |
Initializes a new instance of the LicenseAcknowledgementResponse class. |
Properties
CustomData |
Gets or sets service specific data to be returned to the client as part of the response. (Inherited from ProtocolResponse) |