PlayReadyContentHeader.KeyIdStrings Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.