PackagingResponse Constructors
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.
Overloads
PackagingResponse() |
Initializes a new instance of the PackagingResponse class. |
PackagingResponse(PackagingChallenge) |
Initializes a new instance of the PackagingResponse class from the specified packaging challenge. |
PackagingResponse()
Initializes a new instance of the PackagingResponse class.
public PackagingResponse ();
Public Sub New ()
Applies to
PackagingResponse(PackagingChallenge)
Initializes a new instance of the PackagingResponse class from the specified packaging challenge.
public PackagingResponse (Microsoft.Media.Drm.PackagingChallenge challenge);
new Microsoft.Media.Drm.PackagingResponse : Microsoft.Media.Drm.PackagingChallenge -> Microsoft.Media.Drm.PackagingResponse
Public Sub New (challenge As PackagingChallenge)
Parameters
- challenge
- PackagingChallenge
The parsed PackagingChallenge received from the client.