SECPKG_NEGO2_INFO structure (ntsecpkg.h)
The SECPKG_NEGO2_INFO structure contains extended package information used for NEGO2 negotiations.
This structure is used by the SpGetExtendedInformation and SpSetExtendedInformation functions.
Syntax
typedef struct _SECPKG_NEGO2_INFO {
UCHAR AuthScheme[16];
ULONG PackageFlags;
} SECPKG_NEGO2_INFO, *PSECPKG_NEGO2_INFO;
Members
AuthScheme[16]
The authentication identifier.
PackageFlags
The flags associated with the authentication package.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | ntsecpkg.h |