IJoinDomainChallenge 介面

定義

介面,表示從用戶端收到的網域加入挑戰。

public interface IJoinDomainChallenge : Microsoft.Media.Drm.IDomainChallenge
type IJoinDomainChallenge = interface
    interface IDomainChallenge
    interface IProtocolChallenge
    interface IProtocolChallengeContext
Public Interface IJoinDomainChallenge
Implements IDomainChallenge
實作

備註

包含服務程式代碼針對網域憑證發行做出決策的資訊;例如,是否要發行憑證或擲回例外狀況給用戶端,例如 ClientLimitReachedExceptionClientRedirectExceptionClientNotADomainMemberException 等等。

屬性

ClientCertificate

Certificate取得發出要求之用戶端的 。

(繼承來源 IDomainChallenge)
ClientInformation

取得提出要求之用戶端的基本資訊。

(繼承來源 IProtocolChallenge)
CustomData

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

(繼承來源 IDomainChallenge)
DomainId

DomainIdentifier取得要求中指定的 。

(繼承來源 IDomainChallenge)
FriendlyName

取得帳戶的易記名稱。

HeadersAvailable

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

(繼承來源 IProtocolChallengeContext)

方法

GetClientId(Guid)
已淘汰.

已過時。 請改用 ClientCertificate 方法 GetClientId(Guid)

(繼承來源 IDomainChallenge)
GetHeaders()

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

(繼承來源 IProtocolChallengeContext)

適用於