共用方式為


MediaProtectionPMPServer.Properties 屬性

定義

取得 MediaProtectionPMPServer的屬性集。

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

屬性值

MediaProtectionPMPServer的屬性集。

備註

MediaProtectionPMPServer 支援下列屬性:

屬性描述
「Windows.Media.Protection.MediaProtectionSystemId」GUID,代表您的應用程式將使用的 DRM 系統。 這可讓系統判斷裝置上是否支援硬體 DRM。
Windows.Media.Protection.UseSoftwareProtectionLayer將此設定為 true 會告知系統使用軟體 DRM,即使目前裝置上提供硬體 DRM 也一樣。

適用於