Share via


ILeaveDomainChallenge Interface

Definition

Interface representing a domain leave challenge received from a client.

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

Properties

ClientCertificate

Gets the Certificate of the client making the request.

(Inherited from IDomainChallenge)
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.

(Inherited from IDomainChallenge)
DomainId

Gets the DomainIdentifier specified in the request.

(Inherited from IDomainChallenge)
HeadersAvailable

Gets whether any SOAP headers available.

(Inherited from IProtocolChallengeContext)

Methods

GetClientId(Guid)
Obsolete.

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

(Inherited from IDomainChallenge)
GetHeaders()

Gets any SOAP headers included with the request.

(Inherited from IProtocolChallengeContext)

Applies to