Can I detect whether the video display on a windows PC is HDCP enabled in c# Can I detect whether the video display on a windows PC is HDCP enabled in c# wpf wpf

Can I detect whether the video display on a windows PC is HDCP enabled in c#


Silverlight has VideoOutputConnector.CanEnableHdcp but AFAIK in WPF you have to use interop.

Here's an MSDN article on using Output Protection Manager.