다음을 통해 공유


IDomainChallenge 인터페이스

정의

도메인 가입 또는 챌린지를 클라이언트로부터 받은 퇴사 챌린지를 나타내는 인터페이스입니다.

public interface IDomainChallenge : Microsoft.Media.Drm.IProtocolChallenge
type IDomainChallenge = interface
    interface IProtocolChallenge
    interface IProtocolChallengeContext
Public Interface IDomainChallenge
Implements IProtocolChallenge
파생
구현

속성

ClientCertificate

Certificate 요청을 만드는 클라이언트의 를 가져옵니다.

ClientInformation

요청을 만드는 클라이언트에 대한 기본 정보를 가져옵니다.

(다음에서 상속됨 IProtocolChallenge)
CustomData

요청의 일부로 클라이언트에서 보낸 서비스별 데이터를 가져옵니다.

DomainId

DomainIdentifier 요청에 지정된 를 가져옵니다.

HeadersAvailable

SOAP 헤더를 사용할 수 있는지 여부를 가져옵니다.

(다음에서 상속됨 IProtocolChallengeContext)

메서드

GetClientId(Guid)
사용되지 않음.

사용되지 않습니다. 대신 메서드 GetClientId(Guid)ClientCertificate 사용합니다.

GetHeaders()

요청에 포함된 SOAP 헤더를 가져옵니다.

(다음에서 상속됨 IProtocolChallengeContext)

적용 대상