SEC_PRESHAREDKEY_IDENTITY structure (sspi.h)
Contains the pre-shared key (PSK) identity.
Syntax
typedef struct _SEC_PRESHAREDKEY_IDENTITY {
unsigned short KeyIdentitySize;
unsigned char KeyIdentity[ANYSIZE_ARRAY];
} SEC_PRESHAREDKEY_IDENTITY, *PSEC_PRESHAREDKEY_IDENTITY;
Members
KeyIdentitySize
The size (in bytes) of the PSK identity.
KeyIdentity[ANYSIZE_ARRAY]
The PSK identity.
Requirements
Requirement | Value |
---|---|
Header | sspi.h |