TOKENBINDING_KEY_TYPES structure (tokenbinding.h)
Contains all of the combinations of types of token binding keys that a client device or server supports.
Syntax
typedef struct TOKENBINDING_KEY_TYPES {
DWORD keyCount;
TOKENBINDING_KEY_PARAMETERS_TYPE *keyType;
} TOKENBINDING_KEY_TYPES;
Members
keyCount
The number of elements in the array that the key member contains.
keyType
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 [desktop apps only] |
Minimum supported server | Windows Server 2016 [desktop apps only] |
Header | tokenbinding.h |