PlayReadyContentHeader.KeyId 属性

定义

获取内容密钥标识符值(如果已设置)。

public:
 property Platform::Guid KeyId { Platform::Guid get(); };
winrt::guid KeyId();
public Guid KeyId { get; }
var guid = playReadyContentHeader.keyId;
Public ReadOnly Property KeyId As Guid

属性值

Guid

Platform::Guid

winrt::guid

内容密钥标识符。 此属性值对基础平台的结束度敏感。 在你打算支持的所有平台上仔细测试你的应用,以确保在每个平台上使用正确的尾声。

适用于