License.Rights 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 a read-only list of Right objects indicating what rights the client is allowed.
public System.Collections.Generic.IEnumerable<Microsoft.Media.Drm.Right> Rights { get; }
member this.Rights : seq<Microsoft.Media.Drm.Right>
Public ReadOnly Property Rights As IEnumerable(Of Right)
Property Value
A read-only list of Right objects indicating what rights the client is allowed.