estructura SecPkgContext_SessionKey (sspi.h)

La estructura SecPkgContext_SessionKey contiene información sobre la clave de sesión usada para el contexto de seguridad. La función QueryContextAttributes (General) devuelve esta estructura.

Sintaxis

typedef struct _SecPkgContext_SessionKey {
  unsigned long SessionKeyLength;
  unsigned char *SessionKey;
} SecPkgContext_SessionKey, *PSecPkgContext_SessionKey;

Miembros

SessionKeyLength

Tamaño, en bytes, de la clave de sesión.

SessionKey

Clave de sesión para el contexto de seguridad.

Requisitos

   
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)