PlayReadyDomainLeaveServiceRequest Class

Definition

Provides the service methods for leaving a PlayReady domain.

public ref class PlayReadyDomainLeaveServiceRequest sealed
/// [Windows.Foundation.Metadata.Activatable(65536, Windows.Foundation.UniversalApiContract)]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
class PlayReadyDomainLeaveServiceRequest final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Activatable(65536, "Windows.Foundation.UniversalApiContract")]
class PlayReadyDomainLeaveServiceRequest final
[Windows.Foundation.Metadata.Activatable(65536, typeof(Windows.Foundation.UniversalApiContract))]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public sealed class PlayReadyDomainLeaveServiceRequest
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Activatable(65536, "Windows.Foundation.UniversalApiContract")]
public sealed class PlayReadyDomainLeaveServiceRequest
function PlayReadyDomainLeaveServiceRequest()
Public NotInheritable Class PlayReadyDomainLeaveServiceRequest
Inheritance
Object Platform::Object IInspectable PlayReadyDomainLeaveServiceRequest
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 only be created proactively.

Constructors

PlayReadyDomainLeaveServiceRequest()

Initializes a new instance of the PlayReadyDomainLeaveServiceRequest class.

Properties

ChallengeCustomData

Gets or sets the custom data of the request challenge.

DomainAccountId

Gets or sets the current domain account identifier property.

DomainServiceId

Gets or sets the current domain account identifier.

ProtectionSystem

Gets the vendor content protection system identifier.

ResponseCustomData

Gets the custom data that was returned in the response from the service.

Type

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

Uri

Gets or sets the URI used to perform a service request action.

Methods

BeginServiceRequest()

Begins an asynchronous service request operation.

GenerateManualEnablingChallenge()

Begins the process of manually enabling.

NextServiceRequest()

Returns a new service request interface.

ProcessManualEnablingResponse(Byte[])

Process the raw binary result of a manual enabling challenge.

Applies to

See also