Microsoft Internet Security and Acceleration Server 2004 SDK

Phase1RekeyingTime Property of IFPCVpnNetworkIPSecSettings[C++]

FPCVpnNetworkIPSecSettings.Phase1RekeyingTime [Visual Basic]

[C++]

The Phase1RekeyingTime property gets or sets the Phase 1 rekeying time, in seconds.

HRESULT get_Phase1RekeyingTime(
  long* plPhase1RekeyingTime
);

HRESULT put_Phase1RekeyingTime(
  long lPhase1RekeyingTime
);

Parameters

plPhase1RekeyingTime
Pointer to a 32-bit integer that is set on return to a long value specifying the Phase 1 rekeying time, in seconds.
lPhase1RekeyingTime
A 32-bit integer value that specifies the Phase 1 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 28,880 seconds (8 hours).

[Visual Basic]

The Phase1RekeyingTime property gets or sets the Phase 1 rekeying time, in seconds.

Property Phase1RekeyingTime As Long

Property Value

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

Remarks

This property is read/write. Its default value is 28,880 seconds (8 hours).

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