PlayReadyHeader.LicenseRequested 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 whether the PlayReady header indicates that a license was requested.
public bool LicenseRequested { get; }
member this.LicenseRequested : bool
Public ReadOnly Property LicenseRequested As Boolean
Property Value
true
if the header's LICENSEREQUESTED attribute of the PROTECTINFO is either not present or is set to true; otherwise, false
.