MediaProtectionManager.Properties 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
보호 관리자에 연결된 속성을 포함하는 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.VideoFrameAccessCertificate | UINT8 배열 | 프레임 서버 모드에서 프레임에 액세스하기 위한 애플리케이션 인증서입니다. |
Windows.Media.Protection.MediaProtectionSystemId | GUID | 보호 시스템 ID |
Windows.Media.Protection.MediaProtectionSystemContext | UINT8 배열 | 현재 콘텐츠에 대한 보호 시스템과 연결된 데이터입니다. |
Windows.Media.Protection.MediaProtectionSystemIdMapping | IPropertySet | 신뢰할 수 있는 입력 개체를 활성화하기 위해 보호 시스템 ID의 매핑을 문자열에 반환합니다. 보호 시스템 ID에 대한 문자열은 대문자로 GUID 형식(포함 {})이어야 합니다. 콘텐츠 보호 시스템의 클래스 이름에 매핑됩니다. |
Windows.Media.Protection.MediaProtectionContainerGuid | GUID | DRM(디지털 권한 관리) 체계를 지정합니다. |