Microsoft Internet Security and Acceleration Server 2004 SDK

Phase2RekeyingTime Property of IFPCVpnNetworkIPSecSettings[C++]

FPCVpnNetworkIPSecSettings.Phase2RekeyingTime [Visual Basic]

[C++]

The Phase2RekeyingTime property gets or sets the Phase 2 rekeying time, in seconds.

HRESULT get_Phase2RekeyingTime(
  long* plPhase2RekeyingTime
);

HRESULT put_Phase2RekeyingTime(
  long lPhase2RekeyingTime
);

Parameters

plPhase2RekeyingTime
Pointer to a 32-bit integer that is set on return to a long value specifying the Phase 2 rekeying time, in seconds.
lPhase2RekeyingTime
A 32-bit integer value that specifies the Phase 2 rekeying time, in seconds.

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 3,600 seconds (1 hour).

[Visual Basic]

The Phase2RekeyingTime property gets or sets the Phase 2 rekeying time, in seconds.

Property Phase2RekeyingTime As Long

Property Value

A 32-bit integer value that specifies the Phase 2 rekeying time, in seconds.

Remarks

This property is read/write. Its default value is 3,600 seconds (1 hour).

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