Condividi tramite


IPlayReadyLicense.GetKIDAtChainDepth(UInt32) Metodo

Definizione

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

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

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 alla endianità della piattaforma sottostante. Testare attentamente l'app su tutte le piattaforme che si intende supportare per garantire che la endianness corretta venga usata in ogni piattaforma.

Commenti

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

Si applica a