ILicenseChallenge.TeeRawXML Property
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.
Gets the raw XML of the TEE node in the license request.
public string TeeRawXML { get; }
member this.TeeRawXML : string
Public ReadOnly Property TeeRawXML As String
Property Value
The raw XML of the TEE node in the license request.
Remarks
This allows the server to check for newly added features without having to upgrade the PlayReady Server SDK. PlayReady clients prior to version 4.4 do not provide this information to the server. For such clients, this string will contain an empty TEE XML tag.