IDomainHandler.HandleJoinDomainAsync(IJoinDomainChallenge) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Méthode implémentée par le service qui gère les demandes de jointure de domaine.
public System.Threading.Tasks.Task<Microsoft.Media.Drm.JoinDomainResponse> HandleJoinDomainAsync (Microsoft.Media.Drm.IJoinDomainChallenge data);
abstract member HandleJoinDomainAsync : Microsoft.Media.Drm.IJoinDomainChallenge -> System.Threading.Tasks.Task<Microsoft.Media.Drm.JoinDomainResponse>
Public Function HandleJoinDomainAsync (data As IJoinDomainChallenge) As Task(Of JoinDomainResponse)
Paramètres
- data
- IJoinDomainChallenge
Analysé reçu IJoinDomainChallenge du client.
Retours
à JoinDomainResponse retourner au client.
Remarques
Le service doit authentifier le client, puis examiner l’incomdation IJoinDomainChallenge pour prendre des décisions sur l’émission de certificat de domaine. Si un certificat de domaine doit être émis, le code de service crée et retourne un JoinDomainResponse contenant le certificat de domaine, la paire de clés, l’identificateur client, etc.