次の方法で共有


IProcessMeteringDataChallenge インターフェイス

定義

クライアントから受信した測定データ チャレンジを表します。

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コレクションを返します。

適用対象