IPlayReadyLicenseAcquisitionServiceRequest Interface
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.
Performs a license acquisition process.
public interface class IPlayReadyLicenseAcquisitionServiceRequest : IPlayReadyServiceRequest
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(1569062725, 16031, 20296, 147, 225, 149, 48, 200, 213, 140, 62)]
struct IPlayReadyLicenseAcquisitionServiceRequest : IPlayReadyServiceRequest
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(1569062725, 16031, 20296, 147, 225, 149, 48, 200, 213, 140, 62)]
public interface IPlayReadyLicenseAcquisitionServiceRequest : IPlayReadyServiceRequest
Public Interface IPlayReadyLicenseAcquisitionServiceRequest
Implements IPlayReadyServiceRequest
- Derived
- Attributes
- Implements
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Remarks
The license can be created proactively, returned from a previous service request operation, or delivered to the app using the MediaProtectionManager.ServiceRequested event.
Properties
ChallengeCustomData |
Gets or sets the custom data of the request challenge. (Inherited from IPlayReadyServiceRequest) |
ContentHeader |
Gets the current content header property. |
DomainServiceId |
Gets the current domain service identifier property that overrides a service identifier in the content header. |
ProtectionSystem |
Allows the application to identify the content protection system being used and therefore how to interpret the protection task. (Inherited from IMediaProtectionServiceRequest) |
ResponseCustomData |
Gets the custom data that was returned in the response from the service. (Inherited from IPlayReadyServiceRequest) |
Type |
Retrieves the GUID for the type of operation that the IMediaProtectionServiceRequest performs. (Inherited from IMediaProtectionServiceRequest) |
Uri |
Gets or sets the URI used to perform a service request action. (Inherited from IPlayReadyServiceRequest) |
Methods
BeginServiceRequest() |
Begins an asynchronous service request operation. (Inherited from IPlayReadyServiceRequest) |
GenerateManualEnablingChallenge() |
Begins the process of manually enabling. (Inherited from IPlayReadyServiceRequest) |
NextServiceRequest() |
Returns a new service request interface. (Inherited from IPlayReadyServiceRequest) |
ProcessManualEnablingResponse(Byte[]) |
Processes the raw binary result of a manual enabling challenge. (Inherited from IPlayReadyServiceRequest) |