LeaveDomainResponse(ILeaveDomainChallenge) 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 LeaveDomainResponse class.
public LeaveDomainResponse (Microsoft.Media.Drm.ILeaveDomainChallenge challenge);
new Microsoft.Media.Drm.LeaveDomainResponse : Microsoft.Media.Drm.ILeaveDomainChallenge -> Microsoft.Media.Drm.LeaveDomainResponse
Public Sub New (challenge As ILeaveDomainChallenge)
Parameters
- challenge
- ILeaveDomainChallenge
The ILeaveDomainChallenge received from the client.