PlayReadyContentHeader.KeyIdStrings プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コンテンツ キー識別子の文字列値が設定されている場合に取得します。
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()
プロパティ値
コンテンツ キー識別子の文字列値。
注釈
このプロパティは、KeyId 値を文字列として返します。 ほとんどの場合、これらは GUID KeyId の Base-64 エンコードです。 状況によっては、WMDRM との互換性のために GUID に準拠していない文字列である場合があります。 複数のキー識別子が存在する場合、GUID 以外のケースは発生しません。