次の方法で共有


PlayReadyContentHeader.KeyIdString プロパティ

定義

設定されている場合は、コンテンツ キー識別子の文字列値を取得します。

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

プロパティ値

String

Platform::String

winrt::hstring

コンテンツ キー識別子文字列。

注釈

このプロパティは、KeyId 値を文字列として返します。 ほとんどの場合、この値は GUID KeyId の Base-64 エンコードです。 状況によっては、この値は、Windows Media Digital Rights Management (WMDRM) との互換性のために使用される GUID に準拠していない文字列である可能性があります。

適用対象