ManifestInfo.ProtectionInfo Property

Contains information specified in the protection element inside the manifest.

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

Syntax

'Declaration

Public Property ProtectionInfo As ProtectionInfo
    Get
    Friend Set
'Usage

Dim instance As ManifestInfo
Dim value As ProtectionInfo

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

Property Value

Type: Microsoft.Web.Media.SmoothStreaming.ProtectionInfo
A ProtectionInfo object.

Version Information

Silverlight

Supported in: 5

Windows Phone

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

See Also

Reference

ManifestInfo Class

Microsoft.Web.Media.SmoothStreaming Namespace