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