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) 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 |