Condividi tramite


PlayReadyLicense.GetKIDAtChainDepth(UInt32) Metodo

Definizione

Ottiene l'identificatore di chiave (KID) della licenza in corrispondenza della profondità della catena specificata.

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

Parametri

chainDepth
UInt32

unsigned int

uint32_t

Profondità della licenza nella catena per cui recuperare il KID. Questo valore è un indice basato su 0.

Restituisce

Guid

Platform::Guid

winrt::guid

KID della licenza. Questo valore restituito è sensibile all'endianness della piattaforma sottostante. Testare attentamente l'app in tutte le piattaforme che si intende supportare per garantire che venga usata la correttezza endianness in ogni piattaforma.

Implementazioni

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)

Commenti

Il parametro chainDepth deve essere compreso tra il valore 0 e (PlayReadyLicense.ChainDepth - 1).

Si applica a