Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
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 |