estructura SecPkgContext_TargetInformation (sspi.h)

La estructura SecPkgContext_TargetInformation devuelve información sobre la credencial usada para el contexto de seguridad. La función QueryContextAttributes (General) devuelve esta estructura.

Sintaxis

typedef struct _SecPkgContext_TargetInformation {
  unsigned long MarshalledTargetInfoLength;
  unsigned char *MarshalledTargetInfo;
} SecPkgContext_TargetInformation, *PSecPkgContext_TargetInformation;

Miembros

MarshalledTargetInfoLength

Tamaño, en bytes, de MarshalledTargetInfo.

MarshalledTargetInfo

Matriz de bytes que representan la credencial, si un administrador de credenciales proporciona una credencial.

Requisitos

Requisito Value
Cliente mínimo compatible Windows XP [solo aplicaciones de escritorio]
Servidor mínimo compatible Windows Server 2003 [solo aplicaciones de escritorio]
Encabezado sspi.h (include Security.h)