Share via


ILicenseChallenge.TeePropertyList Property

Definition

Gets the set of LicenseChallengeTeeProperties specified by this client.

public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Media.Drm.LicenseChallengeTeeProperties> TeePropertyList { get; }
member this.TeePropertyList : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Media.Drm.LicenseChallengeTeeProperties>
Public ReadOnly Property TeePropertyList As ReadOnlyCollection(Of LicenseChallengeTeeProperties)

Property Value

The set of LicenseChallengeTeeProperties specified by this client.

Remarks

If a property is not included in this list, the client did not specify that property. 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.

Applies to