PackagingResponse 類別

定義

表示服務將傳回給用戶端的封裝回應。

[System.Serializable]
public class PackagingResponse : Microsoft.Media.Drm.ProtocolResponseContext
[<System.Serializable>]
type PackagingResponse = class
    inherit ProtocolResponseContext
Public Class PackagingResponse
Inherits ProtocolResponseContext
繼承
PackagingResponse
屬性

備註

服務會在 HandlePackagingDataAcquisitionAsync(PackagingChallenge) 方法中建立這個物件,然後將加密資訊加入其中。

建構函式

PackagingResponse()

初始化 PackagingResponse 類別的新執行個體。

PackagingResponse(PackagingChallenge)

從指定的封裝挑戰初始化 類別的新實例 PackagingResponse

屬性

Any

此屬性是內部屬性,不應使用。

AnySpecified

此屬性是內部屬性,不應使用。

CustomData

取得或設定要當做回應一部分傳回給用戶端的服務特定資料。

StreamProtectionResponses

取得 的集合,這個集合 StreamProtectionInformation 與挑戰中的資料流程資訊相關聯。

方法

AddStreamProtectionInformation(StreamProtectionInformation)

將串流保護資訊新增至封裝資料回應。

適用於