MediaElement.ProtectionManager Property
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.
Gets or sets the dedicated object for media content protection that is associated with this MediaElement.
public:
property MediaProtectionManager ^ ProtectionManager { MediaProtectionManager ^ get(); void set(MediaProtectionManager ^ value); };
MediaProtectionManager ProtectionManager();
void ProtectionManager(MediaProtectionManager value);
public MediaProtectionManager ProtectionManager { get; set; }
var mediaProtectionManager = mediaElement.protectionManager;
mediaElement.protectionManager = mediaProtectionManager;
Public Property ProtectionManager As MediaProtectionManager
Property Value
The dedicated object for media content protection.
Remarks
See the PlayReady sample for an example of using ProtectionManager.