SecPkgContext_SessionAppData structure
The SecPkgContext_SessionAppData structure stores application data for a session context.
This attribute is supported only by the Schannel security support provider (SSP).
Syntax
typedef struct { DWORD dwFlags; DWORD cbAppData; PBYTE pbAppData; } SecPkgContext_SessionAppData;
Members
- dwFlags
-
Reserved for future use.
- cbAppData
-
Count of bytes used by pbAppData.
- pbAppData
-
Pointer to a BYTE that represents the session application data.
Requirements
|
Minimum supported client |
Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|
Show: