IFPCNetwork::VpnConfiguration property

Applies to: desktop apps only

The VpnConfiguration property gets an FPCVpnNetworkConfiguration object that provides access to the configuration settings for site-to-site virtual private network (VPN) connections to the network.

This property is read-only.

Syntax

HRESULT get_VpnConfiguration(
  IFPCVpnNetworkConfiguration **ppVpnNetworkConfiguration
);
Property VpnConfiguration( _
  ByVal ppVpnNetworkConfiguration As IFPCVpnNetworkConfiguration _
)

Property value

Reference to the FPCVpnNetworkConfiguration object for the network.

Error codes

This property method returns S_OK if the call is successful; otherwise, it returns an error code, and the parameter returned is a null object.

Remarks

This property is read-only and is applicable only to a remote site network, for which the NetworkConnectionType property is set to fpcVPNConnection or to fpcIPSecConnection. The configuration settings for site-to-site VPN connections to the remote site network can be modified by accessing the properties of the FPCVpnNetworkConfiguration object retrieved (the IFPCVpnNetworkConfiguration interface retrieved in C++).

Requirements

Minimum supported client

Windows Vista

Minimum supported server

Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only)

Version

Forefront Threat Management Gateway (TMG) 2010

IDL

Msfpccom.idl

DLL

Msfpccom.dll

See also

FPCNetwork

 

 

Build date: 7/12/2010