Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |