PlayReadyContentHeader.KeyIdString Property

Definition

Gets the content key identifier string value if it is set.

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

Property Value

String

Platform::String

winrt::hstring

The content key identifier string.

Remarks

This property returns the KeyId value as a string. In most cases this value is a Base-64 encoding of the GUID KeyId. In some situations this value may be a non-GUID conforming string that is used for compatibility with Windows Media Digital Rights Management (WMDRM).

Applies to