SecPkgContext_Bindings structure (sspi.h)

Specifies a structure that contains channel binding information for a security context.

Syntax

typedef struct _SecPkgContext_Bindings {
  unsigned long        BindingsLength;
  SEC_CHANNEL_BINDINGS *Bindings;
} SecPkgContext_Bindings, *PSecPkgContext_Bindings;

Members

BindingsLength

The size, in bytes, of the structure specified by the Bindings member

Bindings

A pointer to a SEC_CHANNEL_BINDINGS structure that specifies channel binding information.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Header sspi.h

See also

QueryContextAttributes (Schannel)