CopyRight Class
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.
Caution
This right is not supported on most PlayReady clients.
This class is obsolete and should not be used.
[System.Obsolete("This right is not supported on most PlayReady clients.")]
public class CopyRight : Microsoft.Media.Drm.Right
[<System.Obsolete("This right is not supported on most PlayReady clients.")>]
type CopyRight = class
inherit Right
Public Class CopyRight
Inherits Right
- Inheritance
- Attributes
Remarks
Allows a consumer to copy protected content to other devices and media. The CopyEnabler instances added to this right determine to which devices and media the consumer may copy their content. May not be added to a KeyExchangeLicense.
Constructors
CopyRight() |
Obsolete.
Initializes a new instance of the CopyRight class. |
Properties
CopyCount |
Obsolete.
The number of times the consumer is allowed to copy content. |
Methods
AddCopyEnabler(CopyEnabler) |
Obsolete.
Adds a CopyEnabler to this right one or more of which is required. |
AddExtendedRestriction(ExtendedRestriction) |
Adds an extended Restriction to a right. (Inherited from Right) |