IPlayReadyLicense.GetKIDAtChainDepth(UInt32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取密钥标识符 (指定链深度处的许可证的 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 开始的索引。
返回
许可证的 KID。 此返回值对基础平台的结束度敏感。 在打算支持的所有平台上仔细测试应用,以确保在每个平台上使用正确的结束度。
注解
chainDepth 参数的值必须介于 0 和 (IPlayReadyLicense.ChainDepth - 1) 之间。