Share via


TOKENBINDING_KEY_TYPES struttura (tokenbinding.h)

Contiene tutte le combinazioni di tipi di chiavi di associazione di token supportate da un dispositivo client o un server.

Sintassi

typedef struct TOKENBINDING_KEY_TYPES {
  DWORD                            keyCount;
  TOKENBINDING_KEY_PARAMETERS_TYPE *keyType;
} TOKENBINDING_KEY_TYPES;

Members

keyCount

Numero di elementi nella matrice che il membro della chiave contiene.

keyType

Requisiti

Requisito Valore
Client minimo supportato Windows 10 [solo app desktop]
Server minimo supportato Windows Server 2016 [solo app desktop]
Intestazione tokenbinding.h

Vedi anche

TokenBindingGetKeyTypesClient

TokenBindingGetKeyTypesServer