IPlayReadySecureStopServiceRequest 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.
Manages secure stop messages.
public interface class IPlayReadySecureStopServiceRequest : IPlayReadyServiceRequest
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3041926885, 447, 17409, 150, 119, 5, 99, 10, 106, 76, 200)]
struct IPlayReadySecureStopServiceRequest : IPlayReadyServiceRequest
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(3041926885, 447, 17409, 150, 119, 5, 99, 10, 106, 76, 200)]
public interface IPlayReadySecureStopServiceRequest : IPlayReadyServiceRequest
Public Interface IPlayReadySecureStopServiceRequest
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)
|
Properties
ChallengeCustomData |
Gets or sets the custom data of the request challenge. (Inherited from IPlayReadyServiceRequest) |
ProtectionSystem |
Allows the application to identify the content protection system being used and therefore how to interpret the protection task. (Inherited from IMediaProtectionServiceRequest) |
PublisherCertificate |
Gets the current publisher certificate property. |
ResponseCustomData |
Gets the custom data that was returned in the response from the service. (Inherited from IPlayReadyServiceRequest) |
SessionID |
Gets the secure stop session identifier property. |
StartTime |
Gets the secure stop session's start time property. |
Stopped |
Gets the secure stop session's stopped flag property which indicates whether the secure stop session for this request was cleanly shut down. |
Type |
Retrieves the GUID for the type of operation that the IMediaProtectionServiceRequest performs. (Inherited from IMediaProtectionServiceRequest) |
UpdateTime |
Gets the secure stop session's update/stop time property. |
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) |