PlayReadyLicense.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 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
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
Commenti
Il parametro chainDepth deve essere compreso tra il valore 0 e (PlayReadyLicense.ChainDepth - 1).