Microsoft Internet Security and Acceleration Server 2004 SDK

L2tpPptpSettings Property of IFPCVpnNetworkConfiguration[C++]

FPCVpnNetworkConfiguration.L2tpPptpSettings [Visual Basic]

[C++]

The L2tpPptpSettings property 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.

HRESULT get_L2tpPptpSettings(
  IFPCVpnNetworkL2tpPptpSettings** ppVpnNetworkL2tpPptpSettings
);

Parameters

ppVpnNetworkL2tpPptpSettings
Address of an interface pointer that on return points to an IFPCVpnNetworkL2tpPptpSettings interface that specifies the L2TP and PPTP 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 fpcVPNConnection. The L2TP and PPTP settings for site-to-site VPN connections can be modified through the properties of the IFPCVpnNetworkL2tpPptpSettings interface retrieved.

[Visual Basic]

The L2tpPptpSettings property 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.

Property L2tpPptpSettings As FPCVpnNetworkL2tpPptpSettings

Property Value

Reference to an FPCVpnNetworkL2tpPptpSettings object that specifies the L2TP and PPTP 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 fpcVPNConnection. The IPSec settings for site-to-site VPN connections can be modified through the properties of the FPCVpnNetworkL2tpPptpSettings 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