Microsoft Internet Security and Acceleration Server 2004 SDK

SupportOldFirewallClients Property of IFPCClientConfigSettings[C++]

FPCClientConfigSettings.SupportOldFirewallClients [Visual Basic]

[C++]

The SupportOldFirewallClients property gets or sets a Boolean value that indicates whether the ISA Server computer supports Firewall clients running earlier versions of the Firewall Client software.

HRESULT get_SupportOldFirewallClients(
  VARIANT_BOOL* pfSupportOldFirewallClients
);

HRESULT put_SupportOldFirewallClients(
  VARIANT_BOOL fSupportOldFirewallClients
);

Parameters

pfSupportOldFirewallClients
Pointer to a Boolean variable that is set on return to VARIANT_TRUE if the ISA Server computer supports Firewall clients running earlier versions of the Firewall Client software, or to VARIANT_FALSE if the ISA Server computer does not support such Firewall clients.
fSupportOldFirewallClients
Boolean value that indicates whether the ISA Server computer supports Firewall clients running earlier versions of the Firewall Client software.

Return Values

These property methods return S_OK if the call is successful; otherwise, they return an error code.

Remarks

This property is read/write. Its value is initially set by the administrator during setup.

ISA Server supports earlier versions of the Firewall Client software, including Firewall Client for ISA Server 2000 and the Winsock Proxy client (from Microsoft Proxy Server 2.0). Note, however, that Firewall clients running earlier versions of the Firewall Client software cannot use encryption when connecting to an ISA Server computer.

[Visual Basic]

The SupportOldFirewallClients property gets or sets a Boolean value that indicates whether the ISA Server computer supports Firewall clients running earlier versions of the Firewall Client software.

Property SupportOldFirewallClients As Boolean

Property Value

Boolean value that indicates whether the ISA Server computer supports Firewall clients running earlier versions of the Firewall Client software.

Remarks

This property is read/write. Its value is initially set by the administrator during setup.

ISA Server supports earlier versions of the Firewall Client software, including Firewall Client for ISA Server 2000 and the Winsock Proxy client (from Microsoft Proxy Server 2.0). Note, however, that Firewall clients running earlier versions of the Firewall Client software cannot use encryption when connecting to an ISA Server computer.

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

FPCClientConfigSettings