SecPkgContext_EarlyStart structure (schannel.h)

The SecPkgContext_EarlyStart structure contains information about whether to attempt to use the False Start feature in a security context.

See the Building a faster and more secure web blog post for information on this feature.

Syntax

typedef struct _SecPkgContext_EarlyStart {
  DWORD dwEarlyStartFlags;
} SecPkgContext_EarlyStart, *PSecPkgContext_EarlyStart;

Members

dwEarlyStartFlags

Determines whether to attempt client-side False Start. Set the value to ENABLE_TLS_CLIENT_EARLY_START (1) to use False Start.

Requirements

Requirement Value
Minimum supported client Windows 10 [desktop apps only]
Minimum supported server Windows Server 2016 [desktop apps only]
Header schannel.h