Skip to content

Latest commit

 

History

History
100 lines (85 loc) · 3.26 KB

ns-schannel-schannel_session_token.md

File metadata and controls

100 lines (85 loc) · 3.26 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:schannel._SCHANNEL_SESSION_TOKEN
SCHANNEL_SESSION_TOKEN (schannel.h)
Specifies whether reconnections are enabled for an authentication session created by calling either the InitializeSecurityContext (Schannel) function or the AcceptSecurityContext (Schannel) function.
PSCHANNEL_SESSION_TOKEN
PSCHANNEL_SESSION_TOKEN structure pointer [Security]
SCHANNEL_SESSION_TOKEN
SCHANNEL_SESSION_TOKEN structure [Security]
SSL_SESSION_DISABLE_RECONNECTS
SSL_SESSION_ENABLE_RECONNECTS
schannel/PSCHANNEL_SESSION_TOKEN
schannel/SCHANNEL_SESSION_TOKEN
security.schannel_session_token
security\schannel_session_token.htm
security
3c8f5380-eead-4495-8dff-a9561a787930
12/05/2018
PSCHANNEL_SESSION_TOKEN, PSCHANNEL_SESSION_TOKEN structure pointer [Security], SCHANNEL_SESSION_TOKEN, SCHANNEL_SESSION_TOKEN structure [Security], SSL_SESSION_DISABLE_RECONNECTS, SSL_SESSION_ENABLE_RECONNECTS, schannel/PSCHANNEL_SESSION_TOKEN, schannel/SCHANNEL_SESSION_TOKEN, security.schannel_session_token
schannel.h
Windows
Windows XP [desktop apps only]
Windows Server 2003 [desktop apps only]
Windows
SCHANNEL_SESSION_TOKEN
19H1
_SCHANNEL_SESSION_TOKEN
schannel/_SCHANNEL_SESSION_TOKEN
SCHANNEL_SESSION_TOKEN
schannel/SCHANNEL_SESSION_TOKEN
c++
APIRef
kbSyntax
HeaderDef
Schannel.h
SCHANNEL_SESSION_TOKEN

SCHANNEL_SESSION_TOKEN structure

-description

Specifies whether reconnections are enabled for an authentication session created by calling either the InitializeSecurityContext (Schannel) function or the AcceptSecurityContext (Schannel) function.

-struct-fields

-field dwTokenType

Specifies the type of this structure. Set the value of this member to SCHANNEL_SESSION.

-field dwFlags

Specifies whether reconnections are to be enabled or disabled. This member must be one of the following values.

Value Meaning
SSL_SESSION_ENABLE_RECONNECTS
1
Reconnections are enabled.
SSL_SESSION_DISABLE_RECONNECTS
2
Reconnections are disabled.

-remarks

Add a session token to a client context by using this structure as the value of the pInput parameter in a call to the ApplyControlToken function.

This API only applies to Session ID-based reconnects.