PlayReadyIndividualizationServiceRequest Class

Definition

Provides the service methods for requesting platform individualization.

public ref class PlayReadyIndividualizationServiceRequest sealed
/// [Windows.Foundation.Metadata.Activatable(65536, Windows.Foundation.UniversalApiContract)]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
class PlayReadyIndividualizationServiceRequest final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Activatable(65536, "Windows.Foundation.UniversalApiContract")]
class PlayReadyIndividualizationServiceRequest final
[Windows.Foundation.Metadata.Activatable(65536, typeof(Windows.Foundation.UniversalApiContract))]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public sealed class PlayReadyIndividualizationServiceRequest
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Activatable(65536, "Windows.Foundation.UniversalApiContract")]
public sealed class PlayReadyIndividualizationServiceRequest
function PlayReadyIndividualizationServiceRequest()
Public NotInheritable Class PlayReadyIndividualizationServiceRequest
Inheritance
Object Platform::Object IInspectable PlayReadyIndividualizationServiceRequest
Attributes
Implements

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Remarks

This class can be created proactively, returned from a previous service request operation, or delivered to the application through the MediaProtectionManager.ServiceRequested event.

The process of individualization is not configurable by an app, so this class has no methods or properties beyond that of the IPlayReadyServiceRequest base class. It is provided for type completeness and as a concrete activatable class.

Constructors

PlayReadyIndividualizationServiceRequest()

Initializes a new instance of the PlayReadyIndividualizationServiceRequest class.

Properties

ChallengeCustomData

Gets or sets the custom data of the request challenge. This property is not supported in this class.

ProtectionSystem

Gets the vendor content protection system identifier.

ResponseCustomData

Gets the custom data that was returned in the response from the service. This property is not supported in this class.

Type

Gets the GUID for the type of operation that the PlayReady individualization service request performs.

Uri

Gets or sets the URI used to perform a service request action. This property is not supported in this class.

Methods

BeginServiceRequest()

Begins an asynchronous service request operation.

GenerateManualEnablingChallenge()

Begins the process of manually enabling. This method is not supported in this class.

NextServiceRequest()

Returns a new service request interface.

ProcessManualEnablingResponse(Byte[])

Process the raw binary result of a manual enabling challenge. This method is not supported in this class.

Applies to

See also