JoinDomainResponse(IJoinDomainChallenge) Constructor
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.
Initializes a new instance of the JoinDomainResponse class.
public JoinDomainResponse (Microsoft.Media.Drm.IJoinDomainChallenge challenge);
new Microsoft.Media.Drm.JoinDomainResponse : Microsoft.Media.Drm.IJoinDomainChallenge -> Microsoft.Media.Drm.JoinDomainResponse
Public Sub New (challenge As IJoinDomainChallenge)
Parameters
- challenge
- IJoinDomainChallenge
The IJoinDomainChallenge received from the client.