Compartir a través de


ILicenseChallenge.ReeFeatureList Property

Definition

Gets the set of LicenseChallengeReeFeatures supported by this client.

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

Property Value

The set of LicenseChallengeReeFeatures supported by this client.

Remarks

If a feature is not included in this list, the client does not support that feature. PlayReady clients prior to version 4.4 do not provide this information to the server. For such clients, this list will be empty. Guaranteed to be accurate with REE-level security unless the OEM implementation on the client provided incorrect information for TeeApiList.

Applies to