Skip to content

Latest commit

 

History

History
93 lines (78 loc) · 2.66 KB

ns-schannel-secpkgcontext_sessioninfo.md

File metadata and controls

93 lines (78 loc) · 2.66 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._SecPkgContext_SessionInfo
SecPkgContext_SessionInfo (schannel.h)
Specifies whether the session is a reconnection and retrieves a value that identifies the session.
*PSecPkgContext_SessionInfo
PSecPkgContext_SessionInfo
PSecPkgContext_SessionInfo structure pointer [Security]
SSL_SESSION_RECONNECT
SecPkgContext_SessionInfo
SecPkgContext_SessionInfo structure [Security]
schannel/PSecPkgContext_SessionInfo
schannel/SecPkgContext_SessionInfo
security.secpkgcontext_sessioninfo
security\secpkgcontext_sessioninfo.htm
security
d7725803-1f4c-4d5d-8c53-81ec24d5a9d8
12/05/2018
*PSecPkgContext_SessionInfo, PSecPkgContext_SessionInfo, PSecPkgContext_SessionInfo structure pointer [Security], SSL_SESSION_RECONNECT, SecPkgContext_SessionInfo, SecPkgContext_SessionInfo structure [Security], schannel/PSecPkgContext_SessionInfo, schannel/SecPkgContext_SessionInfo, security.secpkgcontext_sessioninfo
schannel.h
Windows
Windows 7 [desktop apps only]
Windows Server 2008 R2 [desktop apps only]
Windows
SecPkgContext_SessionInfo, *PSecPkgContext_SessionInfo
19H1
_SecPkgContext_SessionInfo
schannel/_SecPkgContext_SessionInfo
PSecPkgContext_SessionInfo
schannel/PSecPkgContext_SessionInfo
SecPkgContext_SessionInfo
schannel/SecPkgContext_SessionInfo
c++
APIRef
kbSyntax
HeaderDef
Schannel.h
SecPkgContext_SessionInfo

SecPkgContext_SessionInfo structure

-description

Specifies whether the session is a reconnection and retrieves a value that identifies the session.

-struct-fields

-field dwFlags

Bit flags that specify the type of session. The following value is defined.

Value Meaning
SSL_SESSION_RECONNECT
1
The session is a reconnection.

-field cbSessionId

The size, in bytes, of the rgbSessionId array.

-field rgbSessionId

An array of up to 32 bytes that identifies the session.

-see-also

QueryContextAttributes (Schannel)