Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

SecPkgContext_SessionAppData structure (schannel.h)

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 _SecPkgContext_SessionAppData {
 DWORD dwFlags;
 DWORD cbAppData;
 PBYTE pbAppData;
} SecPkgContext_SessionAppData, *PSecPkgContext_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

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Header schannel.h (include Schnlsp.h)

Feedback

Was this page helpful?

Additional resources