PlayReadyContentHeader.KeyIdStrings Property

Definition

Gets the content key identifier string values if they are set.

public:
 property Platform::Array <Platform::String ^> ^ KeyIdStrings { Platform::Array <Platform::String ^> ^ get(); };
winrt::array_view <winrt::hstring const&> KeyIdStrings();
public string[] KeyIdStrings { get; }
var string[] = playReadyContentHeader.keyIdStrings;
Public ReadOnly Property KeyIdStrings As String()

Property Value

String[]

Platform::String[]

winrt::hstring[]

The content key identifier string values.

Remarks

This property returns the KeyId values as strings. In most cases these are a Base-64 encodings of the GUID KeyIds. In some situations they may be non-GUID conforming strings that for compatibility with WMDRM. The non-GUID case will never occur when more than one key identifier is present.

Applies to