Share via


CopyEnabler Class

Definition

Caution

This enabler is not supported on most PlayReady clients.

This class is obsolete and should not be used.

[System.Obsolete("This enabler is not supported on most PlayReady clients.")]
public class CopyEnabler : Microsoft.Media.Drm.ExportEnabler
[<System.Obsolete("This enabler is not supported on most PlayReady clients.")>]
type CopyEnabler = class
    inherit ExportEnabler
Public Class CopyEnabler
Inherits ExportEnabler
Inheritance
CopyEnabler
Derived
Attributes

Remarks

Represents a copy enabler. This allows content from a PlayReady client to be copied. By adding this object to a CopyRight, you allow the copy operation that is associated with the copy enabler, such as a DVD burn on Windows Media Center or copying to an audio CD. Other examples include copy to personal computer and copy to device. Every such copy scenario is identified in the PlayReady Compliance Rules document that accompanies a PlayReady licensing agreement. Every CopyRight object must contain at least one CopyEnabler object.

Constructors

CopyEnabler(Guid)
Obsolete.

This class is obsolete and should not be used. Initializes a new instance of the CopyEnabler class.

Applies to