ProtectionHeader.ProtectionData Property

Gets or sets the protection data relevant to the SystemID property.

Namespace:  Microsoft.Web.Media.SmoothStreaming
Assembly:  Microsoft.Web.Media.SmoothStreaming (in Microsoft.Web.Media.SmoothStreaming.dll)

Syntax

'Declaration

Public Property ProtectionData As Byte()
    Get
    Friend Set
'Usage

Dim instance As ProtectionHeader
Dim value As Byte()

value = instance.ProtectionData
public byte[] ProtectionData { get; internal set; }
public:
property array<unsigned char>^ ProtectionData {
    array<unsigned char>^ get ();
    internal: void set (array<unsigned char>^ value);
}
member ProtectionData : byte[] with get, internal set
function get ProtectionData () : byte[]
internal function set ProtectionData (value : byte[])

Property Value

Type: array<System.Byte[]
A Byte array.

Version Information

Silverlight

Supported in: 5

Windows Phone

Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0

See Also

Reference

ProtectionHeader Class

Microsoft.Web.Media.SmoothStreaming Namespace