Share via


JoinDomainResponse Class

Definition

Represents the data returned from HandleJoinDomainAsync(IJoinDomainChallenge).

public class JoinDomainResponse : Microsoft.Media.Drm.ProtocolResponse
type JoinDomainResponse = class
    inherit ProtocolResponse
Public Class JoinDomainResponse
Inherits ProtocolResponse
Inheritance

Remarks

The handler uses this class in order to specify the serviceId, account Id, revision, domain key pair, and certificate chain that are necessary to construct a domain join response message for the client.

Constructors

JoinDomainResponse(IJoinDomainChallenge)

Initializes a new instance of the JoinDomainResponse class.

Properties

ClientId

Gets or sets the unique identifier of the client retreived from the GetClientId(Guid) method of ClientCertificate.

CustomData

Gets or sets service specific data to be returned to the client as part of the response.

(Inherited from ProtocolResponse)
DomainId

Gets or sets the domain identifier of the client.

DomainKeyPair

Gets or sets the XML string representing the key pair associated with the specfied Domain Identifier.

Methods

AddPreviousRevision(Int64, String)

Adds a previous domain revision to the domain join response.

SetDomainCertificateChain(String)

Sets the Domain Certificate Chain that is returned to the client.

Applies to