Bagikan melalui


PlayReadyLicense.GetKIDAtChainDepth(UInt32) Metode

Definisi

Mendapatkan pengidentifikasi kunci (KID) lisensi pada kedalaman rantai yang ditentukan.

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

Parameter

chainDepth
UInt32

unsigned int

uint32_t

Kedalaman lisensi dalam rantai untuk mengambil KID. Nilai ini adalah indeks berbasis 0.

Mengembalikan

Guid

Platform::Guid

winrt::guid

KID lisensi. Nilai pengembalian ini sensitif terhadap endianness platform yang mendasar. Uji aplikasi Anda dengan cermat di semua platform yang ingin Anda dukung untuk memastikan bahwa endianness yang benar digunakan pada setiap platform.

Penerapan

M:Windows.Media.Protection.PlayReady.IPlayReadyLicense.GetKIDAtChainDepth(System.UInt32) M:Windows.Media.Protection.PlayReady.IPlayReadyLicense.GetKIDAtChainDepth(unsigned int) M:Windows.Media.Protection.PlayReady.IPlayReadyLicense.GetKIDAtChainDepth(uint32_t)

Keterangan

Parameter chainDepth harus berada di antara nilai 0 dan (PlayReadyLicense.ChainDepth - 1).

Berlaku untuk