IFPCVpnNetworkIPSecSettings::Phase1RekeyingTime property

Applies to: desktop apps only

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

This property is read/write.

Syntax

HRESULT put_Phase1RekeyingTime(
  long lPhase1RekeyingTime
);

HRESULT get_Phase1RekeyingTime(
  long *plPhase1RekeyingTime
);
' Data type: Long

Property Phase1RekeyingTime( _
  ByVal lPhase1RekeyingTime As long, _
  ByVal plPhase1RekeyingTime As long _
) As Long

Property value

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

Error codes

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,800 seconds (8 hours), and it must be set to a value equal to or greater than 60 seconds.

Requirements

Minimum supported client

Windows Vista

Minimum supported server

Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only)

Version

Forefront Threat Management Gateway (TMG) 2010

IDL

Msfpccom.idl

DLL

Msfpccom.dll

See also

FPCVpnNetworkIPSecSettings

 

 

Build date: 7/12/2010