INetFwAuthorizedApplication 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 INetFwAuthorizedApplication interface provides access to the properties of an application that has been authorized have openings in the firewall.

Inheritance

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

Methods

The INetFwAuthorizedApplication interface has these methods.

 
INetFwAuthorizedApplication::get_Enabled

Indicates whether the settings for this application are currently enabled. (Get)
INetFwAuthorizedApplication::get_IpVersion

Specifies the IP version setting for this application. (Get)
INetFwAuthorizedApplication::get_Name

Specifies the friendly name of this application. (Get)
INetFwAuthorizedApplication::get_ProcessImageFileName

Specifies the process image file name for this application. (Get)
INetFwAuthorizedApplication::get_RemoteAddresses

Specifies a set of the remote addresses from which the application can listen for traffic. (Get)
INetFwAuthorizedApplication::get_Scope

Controls the network scope from which the port can listen. (INetFwAuthorizedApplication.get_Scope)
INetFwAuthorizedApplication::put_Enabled

Indicates whether the settings for this application are currently enabled. (Put)
INetFwAuthorizedApplication::put_IpVersion

Specifies the IP version setting for this application. (Put)
INetFwAuthorizedApplication::put_Name

Specifies the friendly name of this application. (Put)
INetFwAuthorizedApplication::put_ProcessImageFileName

Specifies the process image file name for this application. (Put)
INetFwAuthorizedApplication::put_RemoteAddresses

Specifies a set of the remote addresses from which the application can listen for traffic. (Put)
INetFwAuthorizedApplication::put_Scope

Controls the network scope from which the port can listen. (INetFwAuthorizedApplication.put_Scope)

Remarks

When creating new applications, this interface is supported by the HNetCfg.FwAuthorizedApplication COM object.

For reading or modifying existing applications, instances of this interface are retrieved through the INetFwAuthorizedApplications collection.

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

INetFwAuthorizedApplications

IUnknown