ProtectionInfo.ProtectionHeader Property

Gets or sets the headers for the ProtectionInfo class.

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

Syntax

'Declaration

Public Property ProtectionHeader As ProtectionHeader
    Get
    Friend Set
'Usage

Dim instance As ProtectionInfo
Dim value As ProtectionHeader

value = instance.ProtectionHeader
public ProtectionHeader ProtectionHeader { get; internal set; }
public:
property ProtectionHeader^ ProtectionHeader {
    ProtectionHeader^ get ();
    internal: void set (ProtectionHeader^ value);
}
member ProtectionHeader : ProtectionHeader with get, internal set
function get ProtectionHeader () : ProtectionHeader
internal function set ProtectionHeader (value : ProtectionHeader)

Property Value

Type: Microsoft.Web.Media.SmoothStreaming.ProtectionHeader
A ProtectionInfo digital rights management object.

Version Information

Silverlight

Supported in: 5

Windows Phone

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

See Also

Reference

ProtectionInfo Class

Microsoft.Web.Media.SmoothStreaming Namespace