Share via


ProtectionSystemSpecificHeaderBoxContents Class

Definition

Represents the content of a Protection Specific Header box in PIFF content. The content includes the protection system identifier and a serialized PlayReady Object.

[System.Serializable]
public class ProtectionSystemSpecificHeaderBoxContents
[<System.Serializable>]
type ProtectionSystemSpecificHeaderBoxContents = class
Public Class ProtectionSystemSpecificHeaderBoxContents
Inheritance
ProtectionSystemSpecificHeaderBoxContents
Attributes

Constructors

ProtectionSystemSpecificHeaderBoxContents()

Initializes a new instance of the ProtectionSystemSpecificHeaderBoxContents class.

ProtectionSystemSpecificHeaderBoxContents(PlayReadyObject)

Initializes a new instance of the ProtectionSystemSpecificHeaderBoxContents class from the specified PlayReady Object.

Properties

Data

Gets or sets the content protection specific data needed to play back the content. The content protection specific data format is defined by a protection system.

ProtectionSystemId

Gets or sets the protection system used to generate licenses.

Applies to