Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |