Skip to content

Latest commit

 

History

History
110 lines (81 loc) · 3.45 KB

ne-ipsectypes-ipsec_pfs_group.md

File metadata and controls

110 lines (81 loc) · 3.45 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NE:ipsectypes.IPSEC_PFS_GROUP_
IPSEC_PFS_GROUP (ipsectypes.h)
Specifies the Diffie Hellman algorithm that should be used for Quick Mode PFS (Perfect Forward Secrecy).
IPSEC_PFS_1
IPSEC_PFS_14
IPSEC_PFS_2
IPSEC_PFS_2048
IPSEC_PFS_24
IPSEC_PFS_ECP_256
IPSEC_PFS_ECP_384
IPSEC_PFS_GROUP
IPSEC_PFS_GROUP enumeration [Filtering]
IPSEC_PFS_MAX
IPSEC_PFS_MM
IPSEC_PFS_NONE
fwp.ipsec_pfs_group_enum
ipsectypes/IPSEC_PFS_1
ipsectypes/IPSEC_PFS_14
ipsectypes/IPSEC_PFS_2
ipsectypes/IPSEC_PFS_2048
ipsectypes/IPSEC_PFS_24
ipsectypes/IPSEC_PFS_ECP_256
ipsectypes/IPSEC_PFS_ECP_384
ipsectypes/IPSEC_PFS_GROUP
ipsectypes/IPSEC_PFS_MAX
ipsectypes/IPSEC_PFS_MM
ipsectypes/IPSEC_PFS_NONE
fwp\ipsec_pfs_group_enum.htm
fwp
0f0ea028-859b-42ca-a4e3-fe23f0836883
12/05/2018
IPSEC_PFS_1, IPSEC_PFS_14, IPSEC_PFS_2, IPSEC_PFS_2048, IPSEC_PFS_24, IPSEC_PFS_ECP_256, IPSEC_PFS_ECP_384, IPSEC_PFS_GROUP, IPSEC_PFS_GROUP enumeration [Filtering], IPSEC_PFS_MAX, IPSEC_PFS_MM, IPSEC_PFS_NONE, fwp.ipsec_pfs_group_enum, ipsectypes/IPSEC_PFS_1, ipsectypes/IPSEC_PFS_14, ipsectypes/IPSEC_PFS_2, ipsectypes/IPSEC_PFS_2048, ipsectypes/IPSEC_PFS_24, ipsectypes/IPSEC_PFS_ECP_256, ipsectypes/IPSEC_PFS_ECP_384, ipsectypes/IPSEC_PFS_GROUP, ipsectypes/IPSEC_PFS_MAX, ipsectypes/IPSEC_PFS_MM, ipsectypes/IPSEC_PFS_NONE
ipsectypes.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Ipsectypes.idl
Windows
IPSEC_PFS_GROUP
19H1
IPSEC_PFS_GROUP_
ipsectypes/IPSEC_PFS_GROUP_
IPSEC_PFS_GROUP
ipsectypes/IPSEC_PFS_GROUP
c++
APIRef
kbSyntax
HeaderDef
Ipsectypes.h
IPSEC_PFS_GROUP

IPSEC_PFS_GROUP enumeration

-description

The IPSEC_PFS_GROUP enumerated type specifies the Diffie Hellman algorithm that should be used for Quick Mode PFS (Perfect Forward Secrecy).

-enum-fields

-field IPSEC_PFS_NONE:0

Specifies no Quick Mode PFS.

-field IPSEC_PFS_1

Specifies Diffie Hellman group 1.

-field IPSEC_PFS_2

Specifies Diffie Hellman group 2.

-field IPSEC_PFS_2048

Specifies Diffie Hellman group 14.

-field IPSEC_PFS_14

Specifies Diffie Hellman group 14.

Note  This group was called Diffie Hellman group 2048 when it was introduced. The name has since been changed to match standard terminology.
 
Note  Available only for Windows 8 and Windows Server 2012.
 

-field IPSEC_PFS_ECP_256

Specifies Diffie Hellman ECP group 256.

-field IPSEC_PFS_ECP_384

Specifies Diffie Hellman ECP group 384.

-field IPSEC_PFS_MM

Use the same Diffie Hellman as the main mode that contains this quick mode.

-field IPSEC_PFS_24

Specifies Diffie Hellman group 24.

Note  Available only for Windows 8 and Windows Server 2012.
 

-field IPSEC_PFS_MAX

Maximum value for testing only.

-see-also

WFP Enumerated Types