Compartir a través de


estructura SEC_PRESHAREDKEY (sspi.h)

Contiene la clave precompartida (PSK).

Sintaxis

typedef struct _SEC_PRESHAREDKEY {
  unsigned short KeySize;
  unsigned char  Key[ANYSIZE_ARRAY];
} SEC_PRESHAREDKEY, *PSEC_PRESHAREDKEY;

Miembros

KeySize

Tamaño de la PSK.

Key[ANYSIZE_ARRAY]

The PSK.

Requisitos

Requisito Valor
Header sspi.h