PlayReadyContentHeader.KeyId Property

Definition

Gets the content key identifier value if it is set.

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

Property Value

Guid

Platform::Guid

winrt::guid

The content key identifier. 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