PlayReadySecureStopServiceRequest 類別

定義

管理安全停止訊息。

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
繼承
Object Platform::Object IInspectable PlayReadySecureStopServiceRequest
屬性
實作

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[])

處理手動啟用挑戰的原始二進位結果。

適用於

另請參閱