MediaProtectionPMPServer.Properties 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 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:
Property | Description |
---|---|
"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.UseSoftwareProtectionLayer | Setting this to true tells the system to use software DRM even if hardware DRM is available on the current device. |