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集合。

适用于