共用方式為


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

授權的KIKI。 這個傳回值會區分基礎平臺的結束度。 在您想要支援的所有平臺上仔細測試您的應用程式,以確保每個平臺上都使用正確的端位。

備註

chainDepth參數必須介於 0 和 (IPlayReadyLicense.ChainDepth - 1) 之間。

適用於