IKEEXT_PRESHARED_KEY_AUTHENTICATION0 structure (iketypes.h)

The IKEEXT_PRESHARED_KEY_AUTHENTICATION0 structure stores information needed for pre-shared key authentication. IKEEXT_PRESHARED_KEY_AUTHENTICATION1 is available.

 

Syntax

typedef struct IKEEXT_PRESHARED_KEY_AUTHENTICATION0__ {
  FWP_BYTE_BLOB presharedKey;
} IKEEXT_PRESHARED_KEY_AUTHENTICATION0;

Members

presharedKey

The pre-shared key specified by FWP_BYTE_BLOB.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header iketypes.h

See also

FWP_BYTE_BLOB

Windows Filtering Platform API Structures