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.
The IKEEXT_PRESHARED_KEY_AUTHENTICATION1 structure stores information needed for pre-shared key authentication. IKEEXT_PRESHARED_KEY_AUTHENTICATION0 is available.
Syntax
typedef struct IKEEXT_PRESHARED_KEY_AUTHENTICATION1__ {
FWP_BYTE_BLOB presharedKey;
UINT32 flags;
} IKEEXT_PRESHARED_KEY_AUTHENTICATION1;
Members
presharedKey
The pre-shared key specified by FWP_BYTE_BLOB.
flags
A combination of the following values.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | iketypes.h |