MediaProtectionPMPServer.Properties Property

Definition

Gets the property set for the MediaProtectionPMPServer.

public:
 property IPropertySet ^ Properties { IPropertySet ^ get(); };
IPropertySet Properties();
public IPropertySet Properties { get; }
var iPropertySet = mediaProtectionPMPServer.properties;
Public ReadOnly Property Properties As IPropertySet

Property Value

The property set for the MediaProtectionPMPServer.

Remarks

MediaProtectionPMPServer supports the following properties:

PropertyDescription
"Windows.Media.Protection.MediaProtectionSystemId"A GUID representing the DRM system your app will use. This allows the system to determine if hardware DRM is supported on the device.
Windows.Media.Protection.UseSoftwareProtectionLayerSetting this to true tells the system to use software DRM even if hardware DRM is available on the current device.

Applies to