Microsoft Internet Security and Acceleration Server 2000

FPCListenEntries.AllIntegratedWindowsAuthentication Property

Gets or sets whether integrated Windows authentication is used. Integrated Windows authentication is the default authentication for a new listen entry.

Integrated Windows authentication is a secure form of authentication, because the user name and password are not sent across the network. Integrated Windows authentication can use either the Kerberos V5 authentication protocol or its own challenge/response authentication protocol.

Note  In a passthrough authentication scenario, ISA Server does not support Kerberos V5 authentication, because Kerberos V5 requires that the client be able to identify the authenticating server.

VBScript Syntax[VBScript]

FPCListenEntries.AllIntegratedWindowsAuthentication [ = bAllIntegratedWindowsAuthentication ]

C++ Syntax[C++]

HRESULT get_AllIntegratedWindowsAuthentication(
  VARIANT_BOOL *pbAllIntegratedWindowsAuthentication
);

HRESULT put_AllIntegratedWindowsAuthentication(
  VARIANT_BOOL bAllIntegratedWindowsAuthentication
);

Parameters

bAllIntegratedWindowsAuthentication
Boolean that specifies whether integrated Windows authentication is used.

The property is read-write.

Applies To

FPCListenEntries