Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
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 |