SEC_PRESHAREDKEY struttura (sspi.h)
Contiene la chiave pre-condivisa (PSK).
Sintassi
typedef struct _SEC_PRESHAREDKEY {
unsigned short KeySize;
unsigned char Key[ANYSIZE_ARRAY];
} SEC_PRESHAREDKEY, *PSEC_PRESHAREDKEY;
Members
KeySize
Dimensioni del PSK.
Key[ANYSIZE_ARRAY]
The PSK.
Requisiti
Requisito | Valore |
---|---|
Intestazione | sspi.h |