Microsoft Internet Security and Acceleration Server 2004 SDK

Phase2KBRekeying Property of IFPCVpnNetworkIPSecSettings[C++]

FPCVpnNetworkIPSecSettings.Phase2KBRekeying [Visual Basic]

[C++]

The Phase2KBRekeying property gets or sets the amount of data transferred before Phase 2 rekeying, in kilobytes (KB).

HRESULT get_Phase2KBRekeying(
  long* plPhase2KBRekeying
);

HRESULT put_Phase2KBRekeying(
  long lPhase2KBRekeying
);

Parameters

plPhase2KBRekeying
Pointer to a 32-bit integer that is set on return to a long value specifying the amount of data transferred before Phase 2 rekeying, in kilobytes.
lPhase2KBRekeying
A 32-bit integer value that specifies the amount of data transferred before Phase 2 rekeying, in kilobytes.

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 100,000 kilobytes.

Phase 2 rekeying based on the amount of data transferred occurs only if the Phase2UseKBRekeying property is set to VARIANT_TRUE.

[Visual Basic]

The Phase2KBRekeying property gets or sets the amount of data transferred before Phase 2 rekeying, in kilobytes (KB).

Property Phase2KBRekeying As Long

Property Value

A 32-bit integer value that specifies the amount of data transferred before Phase 2 rekeying, in kilobytes.

Remarks

This property is read/write. Its default value is 100,000 kilobytes.

Phase 2 rekeying based on the amount of data transferred occurs only if the Phase2UseKBRekeying property is set to True.

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