次の方法で共有


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"アプリで使用する DRM システムを表す GUID。 これにより、システムはデバイスでハードウェア DRM がサポートされているかどうかを判断できます。
Windows.Media.Protection.UseSoftwareProtectionLayerこれを true に設定すると、ハードウェア DRM が現在のデバイスで使用できる場合でも、ソフトウェア DRM を使用するようにシステムに指示されます。

適用対象