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 는 다음 속성을 지원합니다.
속성 | Description |
---|---|
"Windows.Media.Protection.MediaProtectionSystemId" | 앱에서 사용할 DRM 시스템을 나타내는 GUID입니다. 이렇게 하면 시스템에서 하드웨어 DRM이 디바이스에서 지원되는지 여부를 확인할 수 있습니다. |
Windows.Media.Protection.UseSoftwareProtectionLayer | 이를 true로 설정하면 현재 디바이스에서 하드웨어 DRM을 사용할 수 있더라도 시스템에 소프트웨어 DRM을 사용하도록 지시합니다. |