struttura SECPKG_GSS_INFO (ntsecpkg.h)

Una struttura SECPKG_GSS_INFO contiene informazioni utilizzate per i negoziati compatibili con GSS.

Questa struttura viene usata dalle funzioni SpGetExtendedInformation e SpSetExtendedInformation .

Sintassi

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

Members

EncodedIdLength

Lunghezza OID GSS codificata.

EncodedId[4]

OID GSS codificato.

Requisiti

Requisito Valore
Client minimo supportato Windows XP [solo app desktop]
Server minimo supportato Windows Server 2003 [solo app desktop]
Intestazione ntsecpkg.h