Microsoft Internet Security and Acceleration Server 2000

FPCWebRequestConfiguration.AlwaysAuthenticate Property

Gets or sets whether the Web proxy always authenticates a request even when the policy check (through rules) does not require it. Setting this property to TRUE will ensure that the logs always contain the identity of a Web request originator.

For more information, see About Authentication in ISA Server.

VBScript Syntax[VBScript]

FPCWebRequestConfiguration.AlwaysAuthenticate [= bAlwaysAuthenticate ]

C++ Syntax[C++]

HRESULT get_AlwaysAuthenticate(
  VARIANT_BOOL *pbAlwaysAuthenticate
);
 
HRESULT put_AlwaysAuthenticate( 
  VARIANT_BOOL bAlwaysAuthenticate
);

Parameters

bAlwaysAuthenticate
Boolean value. When set to TRUE, authentication is always enforced. When FALSE, authentication is disabled.

The property is read-write.

Applies To

FPCWebRequestConfiguration