PlayReadyContentHeader.KeyId 속성

정의

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

public:
 property Platform::Guid KeyId { Platform::Guid get(); };
winrt::guid KeyId();
public Guid KeyId { get; }
var guid = playReadyContentHeader.keyId;
Public ReadOnly Property KeyId As Guid

속성 값

Guid

Platform::Guid

winrt::guid

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

적용 대상