INetFwRemoteAdminSettings interface (netfw.h)

[The Windows Firewall API is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions. For Windows Vista and later, use of the Windows Firewall with Advanced Security API is recommended.]

The INetFwRemoteAdminSettings interface provides access to the settings that control remote administration.

Inheritance

The INetFwRemoteAdminSettings interface inherits from the IDispatch interface. INetFwRemoteAdminSettings also has these types of members:

Methods

The INetFwRemoteAdminSettings interface has these methods.

 
INetFwRemoteAdminSettings::get_Enabled

Indicates whether remote administration is enabled.. (Get)
INetFwRemoteAdminSettings::get_IpVersion

Specifies the IP version. (INetFwRemoteAdminSettings.get_IpVersion)
INetFwRemoteAdminSettings::get_RemoteAddresses

Specifies a set of remote addresses from which remote administration is allowed. (Get)
INetFwRemoteAdminSettings::get_Scope

Controls the network scope from which remote administration is allowed. (Get)
INetFwRemoteAdminSettings::put_Enabled

Indicates whether remote administration is enabled.. (Put)
INetFwRemoteAdminSettings::put_IpVersion

Specifies the IP version. (INetFwRemoteAdminSettings.put_IpVersion)
INetFwRemoteAdminSettings::put_RemoteAddresses

Specifies a set of remote addresses from which remote administration is allowed. (Put)
INetFwRemoteAdminSettings::put_Scope

Controls the network scope from which remote administration is allowed. (Put)

Remarks

An instance of this interface is retrieved through the RemoteAdminSettings property of the INetFwProfile interface.

All configuration changes take effect immediately.

Requirements

Requirement Value
Minimum supported client Windows Vista, Windows XP with SP2 [desktop apps only]
Minimum supported server Windows Server 2003 with SP1 [desktop apps only]
Target Platform Windows
Header netfw.h

See also

IDispatch

INetFwProfile

IUnknown