Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 |