IJoinDomainChallenge 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 join challenge received from a client.
public interface IJoinDomainChallenge : Microsoft.Media.Drm.IDomainChallenge
type IJoinDomainChallenge = interface
interface IDomainChallenge
interface IProtocolChallenge
interface IProtocolChallengeContext
Public Interface IJoinDomainChallenge
Implements IDomainChallenge
- Implements
Remarks
Contains information that the service code make a decision about domain certificate issuance; for example, whether to issue a certificate or throw exceptions to clients such as ClientLimitReachedException, ClientRedirectException, ClientNotADomainMemberException, and so on.
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) |
FriendlyName |
Gets the friendly name for the account. |
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) |