Microsoft Internet Security and Acceleration Server 2004 SDK

FPCSnapinPluginPolicy

The FPCSnapinPluginPolicy object represents the plug-in policy for an ISA Server Management snap-in node that is being extended.

This object is typically accessed through the PluginPolicy property of an FPCSnapinNode object.

Click here to see the ISA Server object hierarchy.

Methods

The FPCSnapinPluginPolicy object defines the following methods.

Method Description
IndicatePluginPolicy Indicates that the extension must implement the plug-in policy.
IsApplicationFilterSelected Verifies that any protocol applied to specified application filter is selected.
IsProtocolSelected Verifies that the specified protocol is selected.

Properties

The FPCSnapinPluginPolicy object has the following properties.

Property Description
CurrentAction Gets a value from the FpcPolicyRuleActions enumerated type that specifies whether the policy rule of the plug-in policy currently allows or denies requests.
PolicyRule Gets an FPCPolicyRule object that represents the policy rule of the plug-in policy.
VendorParametersSets Gets a VendorParametersSets collection in which custom data can be stored for the extension.

Remarks

This object implements the IFPCSnapinPluginPolicy interface.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Msfpccom.idl.
Library: Use Microsoft Internet Security and Acceleration Server 2004 Administration Library.

See Also

COM Objects