PlayReadyContentHeader.KeyIds Property

Definition

Gets the content key identifier values if they are set.

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()

Property Value

Guid[]

Platform::Guid[]

winrt::guid[]

The content key identifier values. This property value is sensitive to the underlying platform's endianness. Carefully test your app on all platforms you intend to support to ensure that correct endianness is used on each platform.

Applies to