IPlayReadyLicense.GetKIDAtChainDepth(UInt32) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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
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).