MediaProtectionPMPServer.Properties 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 MediaProtectionPMPServer的屬性集。
public:
property IPropertySet ^ Properties { IPropertySet ^ get(); };
IPropertySet Properties();
public IPropertySet Properties { get; }
var iPropertySet = mediaProtectionPMPServer.properties;
Public ReadOnly Property Properties As IPropertySet
屬性值
備註
MediaProtectionPMPServer 支援下列屬性:
屬性 | 描述 |
---|---|
「Windows.Media.Protection.MediaProtectionSystemId」 | GUID,代表您的應用程式將使用的 DRM 系統。 這可讓系統判斷裝置上是否支援硬體 DRM。 |
Windows.Media.Protection.UseSoftwareProtectionLayer | 將此設定為 true 會告知系統使用軟體 DRM,即使目前裝置上提供硬體 DRM 也一樣。 |