Microsoft Internet Security and Acceleration Server 2004 SDK

Phase2UseTimeRekeying Property of IFPCVpnNetworkIPSecSettings[C++]

FPCVpnNetworkIPSecSettings.Phase2UseTimeRekeying [Visual Basic]

[C++]

The Phase2UseTimeRekeying property gets or sets a Boolean value that indicates whether Phase 2 time-based rekeying is to be used.

HRESULT get_Phase2UseTimeRekeying(
  VARIANT_BOOL* pfPhase2UseTimeRekeying
);

HRESULT put_Phase2UseTimeRekeying(
  VARIANT_BOOL fPhase2UseTimeRekeying
);

Parameters

pfPhase2UseTimeRekeying
Pointer to a Boolean variable that is set on return to VARIANT_TRUE if Phase 2 time-based rekeying is to be used, or to VARIANT_FALSE if Phase 2 time-based rekeying is not to be used.
fPhase2UseTimeRekeying
Boolean value that specifies whether Phase 2 time-based rekeying is to be used.

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 VARIANT_TRUE.

If this property is set to VARIANT_TRUE, Phase 2 rekeying will occur after the time specified in the Phase2RekeyingTime property elapses.

[Visual Basic]

The Phase2UseTimeRekeying property gets or sets a Boolean value that indicates whether Phase 2 time-based rekeying is to be used.

Property Phase2UseTimeRekeying As Boolean

Property Value

Boolean value that indicates whether Phase 2 time-based rekeying is to be used.

Remarks

This property is read/write. Its default value is True.

If this property is set to True, Phase 2 rekeying will occur after the time specified in the Phase2RekeyingTime property elapses.

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