IPlayReadyLicense.GetKIDAtChainDepth(UInt32) 方法

定义

获取密钥标识符 (指定链深度处的许可证的 KID) 。

public:
 Platform::Guid GetKIDAtChainDepth(unsigned int chainDepth);
winrt::guid GetKIDAtChainDepth(uint32_t const& chainDepth);
public Guid GetKIDAtChainDepth(uint chainDepth);
function getKIDAtChainDepth(chainDepth)
Public Function GetKIDAtChainDepth (chainDepth As UInteger) As Guid

参数

chainDepth
UInt32

unsigned int

uint32_t

要为其检索 KID 的链中许可证的深度。 此值是一个从 0 开始的索引。

返回

Guid

Platform::Guid

winrt::guid

许可证的 KID。 此返回值对基础平台的结束度敏感。 在打算支持的所有平台上仔细测试应用,以确保在每个平台上使用正确的结束度。

注解

chainDepth 参数的值必须介于 0 和 (IPlayReadyLicense.ChainDepth - 1) 之间。

适用于