SECPKG_GSS_INFO structure (ntsecpkg.h)

A SECPKG_GSS_INFO structure contains information used for GSS-compatible negotiations.

This structure is used by the SpGetExtendedInformation and SpSetExtendedInformation functions.

Syntax

typedef struct _SECPKG_GSS_INFO {
  ULONG EncodedIdLength;
  UCHAR EncodedId[4];
} SECPKG_GSS_INFO, *PSECPKG_GSS_INFO;

Members

EncodedIdLength

The encoded GSS OID length.

EncodedId[4]

The encoded GSS OID.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Header ntsecpkg.h