ContentAuxKeySet.RestrictedRegions Property

Definition

Gets or sets the regions that are blacked out for the specified service.

public Microsoft.Media.Drm.RegionRestrictedSet RestrictedRegions { get; set; }
member this.RestrictedRegions : Microsoft.Media.Drm.RegionRestrictedSet with get, set
Public Property RestrictedRegions As RegionRestrictedSet

Property Value

The regions that are blacked out for the specified service.

Exceptions

On set, thrown if set to null.

On set, thrown if the restricted region does not black out any region.

Remarks

Only one RegionRestrictedSet can be used in the ContentAuxKeySet object. If it is set multiple times, the last one set is used by the server SDK to generate the leaf license.

Applies to