IPSEC_PFS_GROUP列舉 (ipsectypes.h)
IPSEC_PFS_GROUP列舉類型會指定應該用於快速模式 PFS (完美轉寄密碼) 的 Diffie Hellman 演算法。
Syntax
typedef enum IPSEC_PFS_GROUP_ {
IPSEC_PFS_NONE = 0,
IPSEC_PFS_1,
IPSEC_PFS_2,
IPSEC_PFS_2048,
IPSEC_PFS_14,
IPSEC_PFS_ECP_256,
IPSEC_PFS_ECP_384,
IPSEC_PFS_MM,
IPSEC_PFS_24,
IPSEC_PFS_MAX
} IPSEC_PFS_GROUP;
常數
IPSEC_PFS_NONE 值: 0 不指定快速模式 PFS。 |
IPSEC_PFS_1 指定 Diffie Hellman 群組 1。 |
IPSEC_PFS_2 指定 Diffie Hellman 群組 2。 |
IPSEC_PFS_2048 指定 Diffie Hellman 群組 14。 |
IPSEC_PFS_14 指定 Diffie Hellman 群組 14。 注意 此群組在引進時稱為 Diffie Hellman 群組 2048。 名稱自已變更為符合標準術語。 注意僅適用於 Windows 8和 Windows Server 2012。 |
IPSEC_PFS_ECP_256 指定 Diffie Hellman ECP 群組 256。 |
IPSEC_PFS_ECP_384 指定 Diffie Hellman ECP 群組 384。 |
IPSEC_PFS_MM 使用與包含此快速模式的主要模式相同的 Diffie Hellman。 |
IPSEC_PFS_24 指定 Diffie Hellman 群組 24。 注意僅適用於 Windows 8和 Windows Server 2012。 |
IPSEC_PFS_MAX 僅測試的最大值。 |
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows Vista [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2008 [僅限傳統型應用程式] |
標頭 | ipsectypes.h |