다음을 통해 공유


PlayReadyContentHeader.KeyIds 속성

정의

설정된 경우 콘텐츠 키 식별자 값을 가져옵니다.

public:
 property Platform::Array <Platform::Guid> ^ KeyIds { Platform::Array <Platform::Guid> ^ get(); };
winrt::array_view <winrt::guid> KeyIds();
public Guid[] KeyIds { get; }
var guid[] = playReadyContentHeader.keyIds;
Public ReadOnly Property KeyIds As Guid()

속성 값

Guid[]

Platform::Guid[]

winrt::guid[]

콘텐츠 키 식별자 값입니다. 이 속성 값은 기본 플랫폼의 엔디언성에 민감합니다. 지원하려는 모든 플랫폼에서 앱을 신중하게 테스트하여 각 플랫폼에서 올바른 엔디언이 사용되는지 확인합니다.

적용 대상