共用方式為


PackagingChallenge 類別

定義

表示從用戶端收到的封裝資料擷取挑戰。

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

建構函式

PackagingChallenge()

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

屬性

Any

這個屬性是內部的,不應使用。

AnySpecified

這個屬性是內部的,不應使用。

CustomData

取得從用戶端傳送的服務特定資料,做為要求的一部分。

HeadersAvailable

取得是否有任何 SOAP 標頭可用。

(繼承來源 ProtocolChallengeContext)
ProtectionSystems

取得保護系統識別碼 GUID 的集合,做為要求原則的字串。

StreamProtectionRequests

取得物件的集合 StreamInformation ,識別要加密的片段。

方法

Deserialize(XmlDocument)

將從用戶端收到的封裝資料擷取挑戰還原序列化為 類別的 PackagingResponse 實例。

GetHeaders()

取得要求中包含的任何 SOAP 標頭。

(繼承來源 ProtocolChallengeContext)

適用於