The IFWXFilterAdmin interface is used by filter setup to install and configure the filter. You must use this interface to install a filter.
interface IFWXFilterAdmin : IUnknown
The IFWXFilterAdmin interface inherits the methods of the IUnknown interface.
In addition, IFWXFilterAdmin defines the following methods.
Method | Description |
---|---|
Registers the filter with Forefront TMG. |
|
Removes the filter registration from the Forefront TMG configuration. |
|
Registers a protocol. A registered protocol will appear in Forefront TMG Management. |
|
Unregisters a protocol that is controlled by a filter. |
|
Gets the FPCProtocolDefinition object, which provides access to protocols previously registered by the IFWXFilterAdmin::RegisterProtocol method. |
|
Gets an interface that provides access to the collection of vendor parameter sets (FPCVendorParametersSets). |
|
Gets an interface that provides access to the filter's private configuration parameter set. |
|
Gets the IFPCApplicationFilter interface, which provides access to information about the application filter configuration. |
Server | Requires Windows Server 2008. |
---|---|
Version | Requires Forefront Threat Management Gateway (TMG). |
Header |
Declared in Wspfwext.idl. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.