Microsoft Internet Security and Acceleration Server 2004 SDK

IPSecSettings Property of IFPCVpnNetworkConfiguration[C++]

FPCVpnNetworkConfiguration.IPSecSettings [Visual Basic]

[C++]

The IPSecSettings property gets an FPCVpnNetworkIPSecSettings object that specifies the Internet Protocol security (IPSec) settings for site-to-site VPN connections.

HRESULT get_IPSecSettings(
  IFPCVpnNetworkIPSecSettings** ppVpnNetworkIPSecSettings
);

Parameters

ppVpnNetworkIPSecSettings
Address of an interface pointer that on return points to an IFPCVpnNetworkIPSecSettings interface that specifies the IPSec settings for site-to-site VPN connections.

Return Values

This property method returns S_OK if the call is successful; otherwise, it returns an error code.

Remarks

This property is read-only and can be accessed only if the NetworkConnectionType property of the containing FPCNetwork object is set to fpcIPSecConnection. The IPSec settings for site-to-site VPN connections can be modified through the properties of the IFPCVpnNetworkIPSecSettings interface retrieved.

[Visual Basic]

The IPSecSettings property gets an FPCVpnNetworkIPSecSettings object that specifies the Internet Protocol security (IPSec) settings for site-to-site VPN connections.

Property IPSecSettings As FPCVpnNetworkIPSecSettings

Property Value

Reference to an FPCVpnNetworkIPSecSettings object that specifies the IPSec settings for site-to-site VPN connections.

Remarks

This property is read-only and can be accessed only if the NetworkConnectionType property of the containing FPCNetwork object is set to fpcIPSecConnection. The IPSec settings for site-to-site VPN connections can be modified through the properties of the FPCVpnNetworkIPSecSettings object retrieved.

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

FPCVpnNetworkConfiguration