IPlayReadySecureStopServiceRequest 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
管理安全停止訊息。
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
- 衍生
- 屬性
- 實作
Windows 需求
裝置系列 |
Windows 10 (已於 10.0.10240.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)
|
屬性
ChallengeCustomData |
取得或設定要求挑戰的自訂資料。 (繼承來源 IPlayReadyServiceRequest) |
ProtectionSystem |
允許應用程式識別正在使用的內容保護系統,因此如何解譯保護工作。 (繼承來源 IMediaProtectionServiceRequest) |
PublisherCertificate |
取得目前的發行者憑證屬性。 |
ResponseCustomData |
取得從服務回應中傳回的自訂資料。 (繼承來源 IPlayReadyServiceRequest) |
SessionID |
取得安全停止會話識別碼屬性。 |
StartTime |
取得安全停止會話的開始時間屬性。 |
Stopped |
取得安全停止會話的已停止旗標屬性,指出此要求的安全停止會話是否已完全關閉。 |
Type |
擷取IMediaProtectionServiceRequest執行之作業類型的GUID。 (繼承來源 IMediaProtectionServiceRequest) |
UpdateTime |
取得安全停止會話的更新/停止時間屬性。 |
Uri |
取得或設定用來執行服務要求動作的 URI。 (繼承來源 IPlayReadyServiceRequest) |
方法
BeginServiceRequest() |
開始非同步服務要求作業。 (繼承來源 IPlayReadyServiceRequest) |
GenerateManualEnablingChallenge() |
開始手動啟用的程式。 (繼承來源 IPlayReadyServiceRequest) |
NextServiceRequest() |
傳回新的服務要求介面。 (繼承來源 IPlayReadyServiceRequest) |
ProcessManualEnablingResponse(Byte[]) |
處理手動啟用挑戰的原始二進位結果。 (繼承來源 IPlayReadyServiceRequest) |