SEC_NEGOTIATION_INFO structure (sspi.h)
Stores the security negotiation information.
Syntax
typedef struct _SEC_NEGOTIATION_INFO {
unsigned long Size;
unsigned long NameLength;
SEC_WCHAR *Name;
void *Reserved;
} SEC_NEGOTIATION_INFO, *PSEC_NEGOTIATION_INFO;
Members
Size
The size of this structure.
NameLength
The length of the name hint.
Name
The name hint.
Reserved
Reserved.
Requirements
Requirement | Value |
---|---|
Header | sspi.h |