PlayReadySecureStopServiceRequest 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
管理安全停止消息。
public ref class PlayReadySecureStopServiceRequest sealed : IPlayReadySecureStopServiceRequest
/// [Windows.Foundation.Metadata.Activatable(Windows.Media.Protection.PlayReady.IPlayReadySecureStopServiceRequestFactory, 65536, Windows.Foundation.UniversalApiContract)]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
class PlayReadySecureStopServiceRequest final : IPlayReadySecureStopServiceRequest
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Activatable(Windows.Media.Protection.PlayReady.IPlayReadySecureStopServiceRequestFactory, 65536, "Windows.Foundation.UniversalApiContract")]
class PlayReadySecureStopServiceRequest final : IPlayReadySecureStopServiceRequest
[Windows.Foundation.Metadata.Activatable(typeof(Windows.Media.Protection.PlayReady.IPlayReadySecureStopServiceRequestFactory), 65536, typeof(Windows.Foundation.UniversalApiContract))]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public sealed class PlayReadySecureStopServiceRequest : IPlayReadySecureStopServiceRequest
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Activatable(typeof(Windows.Media.Protection.PlayReady.IPlayReadySecureStopServiceRequestFactory), 65536, "Windows.Foundation.UniversalApiContract")]
public sealed class PlayReadySecureStopServiceRequest : IPlayReadySecureStopServiceRequest
function PlayReadySecureStopServiceRequest(sessionID, publisherCertBytes)
Public NotInheritable Class PlayReadySecureStopServiceRequest
Implements IPlayReadySecureStopServiceRequest
- 继承
- 属性
- 实现
Windows 要求
设备系列 |
Windows 10 (在 10.0.10240.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)
|
构造函数
PlayReadySecureStopServiceRequest(Byte[]) |
初始化 PlayReadySecureStopServiceRequest 类的新实例,以包含所有安全停止会话。 |
PlayReadySecureStopServiceRequest(Guid, Byte[]) |
为指定的安全停止会话初始化 PlayReadySecureStopServiceRequest 类的新实例。 |
属性
ChallengeCustomData |
获取或设置请求质询的自定义数据。 |
ProtectionSystem |
获取供应商内容保护系统标识符。 |
PublisherCertificate |
获取当前发布者证书属性。 |
ResponseCustomData |
获取服务响应中返回的自定义数据。 |
SessionID |
获取会话标识符属性。 |
StartTime |
获取安全停止会话的开始时间属性。 |
Stopped |
获取安全停止会话的停止标志属性,该属性指示此请求的安全停止会话是否已完全关闭。 |
Type |
获取 PlayReady 安全停止服务请求执行的操作类型的 GUID 。 |
UpdateTime |
获取安全停止会话的更新/停止时间属性。 |
Uri |
获取或设置用于执行服务请求操作的 URI。 |
方法
BeginServiceRequest() |
开始异步服务请求操作。 |
GenerateManualEnablingChallenge() |
开始手动启用的过程。 |
NextServiceRequest() |
返回新的服务请求接口。 |
ProcessManualEnablingResponse(Byte[]) |
处理手动启用质询的原始二进制结果。 |