IKEEXT_KERBEROS_AUTHENTICATION1 structure (iketypes.h)
The IKEEXT_KERBEROS_AUTHENTICATION1 structure contains information needed for preshared key authentication. IKEEXT_KERBEROS_AUTHENTICATION0 is available.
Syntax
typedef struct IKEEXT_KERBEROS_AUTHENTICATION1__ {
UINT32 flags;
wchar_t *proxyServer;
} IKEEXT_KERBEROS_AUTHENTICATION1;
Members
flags
Type: UINT32
A combination of the following values.
proxyServer
Type: wchar_t*
The Kerberos proxy server.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 [desktop apps only] |
Minimum supported server | Windows Server 2012 [desktop apps only] |
Header | iketypes.h |