IFPCVpnNetworkConfiguration::IPSecSettings property

Applies to: desktop apps only

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

This property is read-only.

Syntax

HRESULT get_IPSecSettings(
  IFPCVpnNetworkIPSecSettings **ppVpnNetworkIPSecSettings
);
' Data type: FPCVpnNetworkIPSecSettings

Property IPSecSettings( _
  ByVal ppVpnNetworkIPSecSettings As IFPCVpnNetworkIPSecSettings _
) As FPCVpnNetworkIPSecSettings

Property value

Reference to an FPCVpnNetworkIPSecSettings object that specifies the IPsec settings for site-to-site VPN connections to the remote site network.

Error codes

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

Remarks

This property is read-only and is applicable only if the NetworkConnectionType property of the containing FPCNetwork object is set to fpcIPSecConnection. The IPsec settings for site-to-site VPN connections to the remote site network can be modified through the properties of the FPCVpnNetworkIPSecSettings object retrieved (the IFPCVpnNetworkIPSecSettings 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

FPCVpnNetworkConfiguration

 

 

Build date: 7/12/2010