다음을 통해 공유


MediaProtectionManager.Properties 속성

정의

보호 관리자에 연결된 속성을 포함하는 PropertySet 개체를 가져옵니다.

public:
 property IPropertySet ^ Properties { IPropertySet ^ get(); };
IPropertySet Properties();
public IPropertySet Properties { get; }
var iPropertySet = mediaProtectionManager.properties;
Public ReadOnly Property Properties As IPropertySet

속성 값

이 보호 관리자의 속성을 포함하는 PropertySet 개체입니다.

예제

var cpsystems = new Windows.Foundation.Collections.PropertySet();

cpsystems["{1891D602-6F0A-40F7-90A1-3C24564F6D77}"] = "TestDRMInstall.Objects.AsfTrustedInput";

contentProtectionManager.Properties["Windows.Media.Protection.MediaProtectionSystemIdMapping"] = cpsystems;

설명

다음 속성이 정의됩니다.

속성형식Description
Windows.Media.Protection.VideoFrameAccessCertificateUINT8 배열프레임 서버 모드에서 프레임에 액세스하기 위한 애플리케이션 인증서입니다.
Windows.Media.Protection.MediaProtectionSystemIdGUID보호 시스템 ID
Windows.Media.Protection.MediaProtectionSystemContextUINT8 배열현재 콘텐츠에 대한 보호 시스템과 연결된 데이터입니다.
Windows.Media.Protection.MediaProtectionSystemIdMappingIPropertySet신뢰할 수 있는 입력 개체를 활성화하기 위해 보호 시스템 ID의 매핑을 문자열에 반환합니다. 보호 시스템 ID에 대한 문자열은 대문자로 GUID 형식(포함 {})이어야 합니다. 콘텐츠 보호 시스템의 클래스 이름에 매핑됩니다.
Windows.Media.Protection.MediaProtectionContainerGuidGUIDDRM(디지털 권한 관리) 체계를 지정합니다.

적용 대상