Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |