Skip to content

Latest commit

 

History

History
97 lines (67 loc) · 2.98 KB

ns-tokenbinding-tokenbinding_result_data.md

File metadata and controls

97 lines (67 loc) · 2.98 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:tokenbinding.TOKENBINDING_RESULT_DATA
TOKENBINDING_RESULT_DATA (tokenbinding.h)
Contains data about the result of generating a token binding or verifying one of the token bindings in a token binding message.
TOKENBINDING_RESULT_DATA
TOKENBINDING_RESULT_DATA structure [Security]
security.tokenbinding_result_data
tokenbinding/TOKENBINDING_RESULT_DATA
security\tokenbinding_result_data.htm
security
6C34E174-CCC4-451D-82C3-C410C8C92C8C
12/05/2018
TOKENBINDING_RESULT_DATA, TOKENBINDING_RESULT_DATA structure [Security], security.tokenbinding_result_data, tokenbinding/TOKENBINDING_RESULT_DATA
tokenbinding.h
Windows
Windows 10 [desktop apps only]
Windows Server 2016 [desktop apps only]
Windows
TOKENBINDING_RESULT_DATA
19H1
TOKENBINDING_RESULT_DATA
tokenbinding/TOKENBINDING_RESULT_DATA
c++
APIRef
kbSyntax
HeaderDef
tokenbinding.h
TOKENBINDING_RESULT_DATA

TOKENBINDING_RESULT_DATA structure

-description

Contains data about the result of generating a token binding or verifying one of the token bindings in a token binding message.

-struct-fields

-field bindingType

-field identifierSize

The size of the TOKENBINDING_IDENTIFIER structure that the identifierData member points to, in bytes.

-field identifierData

Pointer to the token binding identifier for the token binding that was generated or verified.

-field extensionFormat

The format to use to interpret the data in the extensionData parameter. This value must be TOKENBINDING_EXTENSION_FORMAT_UNDEFINED.

-field extensionSize

The size of the buffer that the extensionData member points to, in bytes.

-field extensionData

A pointer to a buffer that contains extension data. The value of the extensionFormat parameter determines how to interpret this data.

-see-also

TOKENBINDING_EXTENSION_FORMAT

TOKENBINDING_IDENTIFIER

TOKENBINDING_RESULT_LIST

TokenBindingGenerateBinding

TokenBindingVerifyMessage