Microsoft Internet Security and Acceleration Server 2004 SDK

IntegratedWindowsAuthentication Property of IFPCWebListenerProperties[C++]

FPCWebListenerProperties.IntegratedWindowsAuthentication [Visual Basic]

[C++]

The IntegratedWindowsAuthentication property gets or sets a Boolean value that indicates whether Windows Integrated authentication is used. Integrated authentication is the default authentication for a new listen entry.

HRESULT get_IntegratedWindowsAuthentication(
  VARIANT_BOOL* pfIntegratedWindowsAuthentication
);

HRESULT put_IntegratedWindowsAuthentication(
  VARIANT_BOOL fIntegratedWindowsAuthentication
);

Parameters

pfIntegratedWindowsAuthentication
Pointer to a Boolean variable that is set on return to VARIANT_TRUE if Integrated authentication is used, or to VARIANT_FALSE if Integrated authentication is not used.
fIntegratedWindowsAuthentication
Boolean value that indicates whether Integrated authentication is used.

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.

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

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

Integrated authentication can be enabled for a Web listener together with Basic authentication, Digest authentication, and SSL certificate authentication.

[Visual Basic]

The IntegratedWindowsAuthentication property gets or sets a Boolean value that indicates whether Windows Integrated authentication is used. Integrated authentication is the default authentication for a new listen entry.

Property IntegratedWindowsAuthentication As Boolean

Property Value

Boolean value that indicates whether Integrated authentication is used.

Remarks

This property is read/write.

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

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

Integrated authentication can be enabled for a Web listener together with Basic authentication, Digest authentication, and SSL certificate authentication.

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

FPCWebListenerProperties