INetFwAuthorizedApplications 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 INetFwAuthorizedApplications interface provides access to a collection of applications authorized open ports in the firewall.

Inheritance

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

Methods

The INetFwAuthorizedApplications interface has these methods.

 
INetFwAuthorizedApplications::Add

The Add method adds a new application to the collection.
INetFwAuthorizedApplications::get__NewEnum

Returns an object supporting IEnumVARIANT that can be used to iterate through all the applications in the collection.
INetFwAuthorizedApplications::get_Count

Specifies the number of items in the collection.
INetFwAuthorizedApplications::Item

The Item method returns the specified application if it is in the collection.
INetFwAuthorizedApplications::Remove

The Remove method removes an application from the collection.

Remarks

An instance of this interface is retrieved through the AuthorizedApplications 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

INetFwProfile.AuthorizedApplications

IUnknown