ILicenseChallenge.TeeApiList 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 set of LicenseChallengeTeeAPIs supported by this client.
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Media.Drm.LicenseChallengeTeeAPIs> TeeApiList { get; }
member this.TeeApiList : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Media.Drm.LicenseChallengeTeeAPIs>
Public ReadOnly Property TeeApiList As ReadOnlyCollection(Of LicenseChallengeTeeAPIs)
Property Value
The set of LicenseChallengeTeeAPIs supported by this client.
Remarks
If an API is not included in this list, the client does not support that API. PlayReady clients prior to version 4.4 do not provide this information to the server. For such clients, this list will be empty. The OEM implementation on the client provides this information and its accuracy completely depends on the correctness of their port.