ILeaveDomainChallenge Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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) |