IProcessMeteringDataChallenge 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示從用戶端收到的計量資料挑戰。
public interface IProcessMeteringDataChallenge : IDisposable, Microsoft.Media.Drm.IProtocolChallenge
type IProcessMeteringDataChallenge = interface
interface IProtocolChallenge
interface IProtocolChallengeContext
interface IDisposable
Public Interface IProcessMeteringDataChallenge
Implements IDisposable, IProtocolChallenge
- 實作
屬性
ClientCertificate |
Certificate取得發出要求之用戶端的 。 |
ClientInformation |
取得發出要求之用戶端的基本資訊。 (繼承來源 IProtocolChallenge) |
CustomData |
取得從用戶端傳送的服務特定資料,做為要求的一部分。 |
HeadersAvailable |
取得是否有任何 SOAP 標頭可用。 (繼承來源 IProtocolChallengeContext) |
MeteringId |
取得用於加密挑戰中計量資料的憑證計量識別碼。 |
MeteringPrivateKey |
取得或設定計量私密金鑰,用來解密挑戰中的計量資料。 |
TransactionId |
取得挑戰的交易識別碼。 |
方法
GetHeaders() |
取得要求中包含的任何 SOAP 標頭。 (繼承來源 IProtocolChallengeContext) |
GetMeteringData() |
解密挑戰中的計量資料,並傳回 的 MeteringRecord 集合。 |