Share via


IDomainChallenge Interface

Definition

Interface representing a domain join or leave challenge received from a client.

public interface IDomainChallenge : Microsoft.Media.Drm.IProtocolChallenge
type IDomainChallenge = interface
    interface IProtocolChallenge
    interface IProtocolChallengeContext
Public Interface IDomainChallenge
Implements IProtocolChallenge
Derived
Implements

Properties

ClientCertificate

Gets the Certificate of the client making the request.

ClientInformation

Gets basic information about the client making the request.

(Inherited from IProtocolChallenge)
CustomData

Gets service-specific data sent from the client as part of the request.

DomainId

Gets the DomainIdentifier specified in the request.

HeadersAvailable

Gets whether any SOAP headers available.

(Inherited from IProtocolChallengeContext)

Methods

GetClientId(Guid)
Obsolete.

Obsolete. Use the ClientCertificate method GetClientId(Guid) instead.

GetHeaders()

Gets any SOAP headers included with the request.

(Inherited from IProtocolChallengeContext)

Applies to