다음을 통해 공유


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컬렉션을 반환합니다.

적용 대상