PackagingChallenge.Deserialize(XmlDocument) Method
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.
Deserializes a packaging data acquisition challenge received from the client into an instance of the PackagingResponse class.
public static Microsoft.Media.Drm.PackagingChallenge Deserialize (System.Xml.XmlDocument challenge);
static member Deserialize : System.Xml.XmlDocument -> Microsoft.Media.Drm.PackagingChallenge
Public Shared Function Deserialize (challenge As XmlDocument) As PackagingChallenge
Parameters
- challenge
- XmlDocument
The challenge received from the client.
Returns
The deserialized PackagingChallenge.