SEC_PRESHAREDKEY structure (sspi.h)
Contains the pre-shared key (PSK).
Syntax
typedef struct _SEC_PRESHAREDKEY {
unsigned short KeySize;
unsigned char Key[ANYSIZE_ARRAY];
} SEC_PRESHAREDKEY, *PSEC_PRESHAREDKEY;
Members
KeySize
The size of the PSK.
Key[ANYSIZE_ARRAY]
The PSK.
Requirements
Requirement | Value |
---|---|
Header | sspi.h |