次の方法で共有


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) の間である必要があります。

適用対象