CopyToDeviceEnabler 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 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 CopyToDeviceEnabler : Microsoft.Media.Drm.CopyEnabler
[<System.Obsolete("This enabler is not supported on most PlayReady clients.")>]
type CopyToDeviceEnabler = class
inherit CopyEnabler
Public Class CopyToDeviceEnabler
Inherits CopyEnabler
- Inheritance
- Attributes
Remarks
Class representing a CopyEnabler class that allows copying to a device. The associated export identifier for this enabler is {6848955D-516B-4eb0-90E8-8F6D5A77B85F}. Add this object to a CopyRight object if you want to allow such copying.
Constructors
CopyToDeviceEnabler() |
Obsolete.
This class is obsolete and should not be used. Initializes a new instance of the CopyToDeviceEnabler class. |