PlayReadyContentHeader.KeyIdString Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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).