Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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 |