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 는 다음 속성을 지원합니다.

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

적용 대상