Microsoft Internet Security and Acceleration Server 2000

FPCFirewallChaining.AuthenticationEnabled Property

Gets or sets whether use of authentication in upstream routing is enabled.

VBScript Syntax[VBScript]

FPCFirewallChaining.AuthenticationEnabled [= bEnabled ]

C++ Syntax[C++]

HRESULT get_AuthenticationEnabled(
  VARIANT_BOOL *pbEnabled
);

HRESULT put_AuthenticationEnabled(
  VARIANT_BOOL bEnabled
);

Parameters

bEnabled
Boolean value that specifies whether authentication is enabled.

The property is read-write.

Applies To

FPCFirewallChaining