Right.AddExtendedRestriction(ExtendedRestriction) Method

Definition

Adds an extended Restriction to a right.

public virtual void AddExtendedRestriction (Microsoft.Media.Drm.ExtendedRestriction restrictionToAdd);
abstract member AddExtendedRestriction : Microsoft.Media.Drm.ExtendedRestriction -> unit
override this.AddExtendedRestriction : Microsoft.Media.Drm.ExtendedRestriction -> unit
Public Overridable Sub AddExtendedRestriction (restrictionToAdd As ExtendedRestriction)

Parameters

restrictionToAdd
ExtendedRestriction

The ExtendedRestriction to be added to the right.

Applies to