Microsoft Internet Security and Acceleration Server 2004 SDK

FPCVpnNetworkConfiguration

The FPCVpnNetworkConfiguration object provides access to the configuration settings for site-to-site virtual private network (VPN) connections to the applicable network.

This object is typically accessed through the VpnConfiguration property of an FPCNetwork object.

Click here to see the ISA Server object hierarchy.

Methods

The FPCVpnNetworkConfiguration object defines the following methods.

Method Description
Refresh Recursively reads the values of all of the properties of the object and its subobjects from persistent storage, discarding any changes that have not been saved.
Save Recursively writes the current values of all of the properties of the object and its subobjects to persistent storage.

Properties

The FPCVpnNetworkConfiguration object has the following properties.

Property Description
Enable Gets or sets a Boolean value that indicates whether the site-to-site VPN access is enabled.
IPSecSettings Gets an FPCVpnNetworkIPSecSettings object that specifies the Internet Protocol security (IPSec) settings for site-to-site VPN connections.
L2tpPptpSettings Gets an FPCVpnNetworkL2tpPptpSettings object that specifies the Layer Two Tunneling Protocol (L2TP) and Point-to-Point Tunneling Protocol (PPTP) settings for site-to-site VPN connections.

Remarks

This object implements the IFPCVpnNetworkConfiguration interface.

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

COM Objects