TOKENBINDING_RESULT_LIST structure (tokenbinding.h)
Contains the results for each of the token bindings that TokenBindingVerifyMessage verified.
Syntax
typedef struct TOKENBINDING_RESULT_LIST {
DWORD resultCount;
TOKENBINDING_RESULT_DATA *resultData;
} TOKENBINDING_RESULT_LIST;
Members
resultCount
The number of elements in the array that the resultData member contains.
resultData
An array of results, one for each of the token bindings that TokenBindingVerifyMessage verified.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 [desktop apps only] |
Minimum supported server | Windows Server 2016 [desktop apps only] |
Header | tokenbinding.h |