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 KeyIds 的 Base-64 編碼方式。 在某些情況下,它們可能是不符合 GUID 的字串,以便與 WMDRM 相容。 當有多個金鑰識別碼存在時,永遠不會發生非 GUID 案例。