Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
Specifies the possible types for a token binding.
Syntax
typedef enum TOKENBINDING_TYPE {
TOKENBINDING_TYPE_PROVIDED = 0,
TOKENBINDING_TYPE_REFERRED = 1
} ;
Constants
TOKENBINDING_TYPE_PROVIDEDValue: 0 This type of Token Binding is used to protect tokens issued by the Identity Provider for the client to present with subsequent requests back to this Identity Provider. |
TOKENBINDING_TYPE_REFERREDValue: 1 This type of Token Binding is used to protect tokens issued by the Identity Provider for the client to present to a Relying Party. |
Remarks
More information about the use of these Token Binding types can be found in the Token Binding over HTTP Internet draft.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10 [desktop apps only] |
| Minimum supported server | Windows Server 2016 [desktop apps only] |
| Header | tokenbinding.h |