ILeaveDomainChallenge 接口

定义

表示域的接口离开从客户端接收的质询。

public interface ILeaveDomainChallenge : Microsoft.Media.Drm.IDomainChallenge
type ILeaveDomainChallenge = interface
    interface IDomainChallenge
    interface IProtocolChallenge
    interface IProtocolChallengeContext
Public Interface ILeaveDomainChallenge
Implements IDomainChallenge
实现

属性

ClientCertificate

Certificate获取发出请求的客户端的 。

(继承自 IDomainChallenge)
ClientInformation

获取有关发出请求的客户端的基本信息。

(继承自 IProtocolChallenge)
CustomData

获取作为请求的一部分从客户端发送的服务特定数据。

(继承自 IDomainChallenge)
DomainId

获取 DomainIdentifier 请求中指定的 。

(继承自 IDomainChallenge)
HeadersAvailable

获取是否有可用的 SOAP 标头。

(继承自 IProtocolChallengeContext)

方法

GetClientId(Guid)
已过时.

已过时。 ClientCertificate请改用 方法GetClientId(Guid)

(继承自 IDomainChallenge)
GetHeaders()

获取请求中包含的任何 SOAP 标头。

(继承自 IProtocolChallengeContext)

适用于