Microsoft Internet Security and Acceleration Server 2004 SDK

Phase2Integrity Property of IFPCVpnNetworkIPSecSettings[C++]

FPCVpnNetworkIPSecSettings.Phase2Integrity [Visual Basic]

[C++]

The Phase2Integrity property gets or sets a value from the FpcVpnIntegrityAlgorithm enumerated type that specifies the integrity algorithm to be used in Phase 2 of the IPSec negotiation process. The possible algorithms are the Message Digest 5 (MD5) integrity algorithm, which uses a 128-bit key, and the Secure Hash Algorithm 1 (SHA1) integrity algorithm, which uses a 160-bit key.

HRESULT get_Phase2Integrity(
  FpcVpnIntegrityAlgorithm* pPhase2Integrity
);

HRESULT put_Phase2Integrity(
  FpcVpnIntegrityAlgorithm Phase2Integrity
);

Parameters

pPhase2Integrity
Pointer to a value from the FpcVpnIntegrityAlgorithm enumerated type that is set on return to the value specifying the integrity algorithm to be used in Phase 2 of the IPSec negotiation process.
Phase2Integrity
Value from the FpcVpnIntegrityAlgorithm enumerated type that specifies the integrity algorithm to be used in Phase 2 of the IPSec negotiation process.

Return Values

These property methods return S_OK if the call is successful; otherwise, they return an error code.

Remarks

This property is read/write. Its default value is fpcVpnSHA1, which specifies the SHA1 integrity algorithm.

[Visual Basic]

The Phase2Integrity property gets or sets a value from the FpcVpnIntegrityAlgorithm enumerated type that specifies the integrity algorithm to be used in Phase 2 of the IPSec negotiation process. The possible algorithms are the Message Digest 5 (MD5) integrity algorithm, which uses a 128-bit key, and the Secure Hash Algorithm 1 (SHA1) integrity algorithm, which uses a 160-bit key.

Property Phase2Integrity As FpcVpnIntegrityAlgorithm

Property Value

Value from the FpcVpnIntegrityAlgorithm enumerated type that specifies the integrity algorithm to be used in Phase 2 of the IPSec negotiation process.

Remarks

This property is read/write. Its default value is fpcVpnSHA1, which specifies the SHA1 integrity algorithm.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Msfpccom.idl.
Library: Use Microsoft Internet Security and Acceleration Server 2004 Administration Library.

See Also

FPCVpnNetworkIPSecSettings