Microsoft Internet Security and Acceleration Server 2004 SDK

Phase2UseKBRekeying Property of IFPCVpnNetworkIPSecSettings[C++]

FPCVpnNetworkIPSecSettings.Phase2UseKBRekeying [Visual Basic]

[C++]

The Phase2UseKBRekeying property gets or sets a Boolean value that indicates whether Phase 2 kilobyte (KB) rekeying is to be used.

HRESULT get_Phase2UseKBRekeying(
  VARIANT_BOOL* pfPhase2UseKBRekeying
);

HRESULT put_Phase2UseKBRekeying(
  VARIANT_BOOL fPhase2UseKBRekeying
);

Parameters

pfPhase2UseKBRekeying
Pointer to a Boolean variable that is set on return to VARIANT_TRUE if Phase 2 KB rekeying is to be used, or to VARIANT_FALSE if Phase 2 KB rekeying is not to be used.
fPhase2UseKBRekeying
Boolean value that specifies whether Phase 2 KB 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_FALSE.

If this property is set to VARIANT_TRUE, Phase 2 rekeying will occur after the amount of data specified in the Phase2KBRekeying property is transferred.

[Visual Basic]

The Phase2UseKBRekeying property gets or sets a Boolean value that indicates whether Phase 2 kilobyte (KB) rekeying is to be used.

Property Phase2UseKBRekeying As Boolean

Property Value

Boolean value that indicates whether Phase 2 KB rekeying is to be used.

Remarks

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

If this property is set to True, Phase 2 rekeying will occur after the amount of data specified in the Phase2KBRekeying property is transferred.

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