PlayReadyContentHeader.KeyIdString プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
設定されている場合は、コンテンツ キー識別子の文字列値を取得します。
public:
property Platform::String ^ KeyIdString { Platform::String ^ get(); };
winrt::hstring KeyIdString();
public string KeyIdString { get; }
var string = playReadyContentHeader.keyIdString;
Public ReadOnly Property KeyIdString As String
プロパティ値
コンテンツ キー識別子文字列。
注釈
このプロパティは、KeyId 値を文字列として返します。 ほとんどの場合、この値は GUID KeyId の Base-64 エンコードです。 状況によっては、この値は、Windows Media Digital Rights Management (WMDRM) との互換性のために使用される GUID に準拠していない文字列である可能性があります。