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 structure defines an unordered set of keying modules that will be tried for IPsec.IPSEC_KEYING_POLICY0 is available.
Syntax
typedef struct IPSEC_KEYING_POLICY1_ {
UINT32 numKeyMods;
GUID *keyModKeys;
UINT32 flags;
} IPSEC_KEYING_POLICY1;
Members
numKeyMods
Type: UINT32
Number of keying modules in the array.
keyModKeys
Type: GUID*
Array of distinct keying modules.
flags
Type: UINT32
Possible values:
Value | Meaning |
---|---|
|
Forces the use of a Kerberos proxy server when acting as initiator. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 [desktop apps only] |
Minimum supported server | Windows Server 2012 [desktop apps only] |
Header | ipsectypes.h |