Microsoft Internet Security and Acceleration Server 2000 |
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.
FPCListenEntries.AllIntegratedWindowsAuthentication [ = bAllIntegratedWindowsAuthentication ]
HRESULT get_AllIntegratedWindowsAuthentication( VARIANT_BOOL *pbAllIntegratedWindowsAuthentication ); HRESULT put_AllIntegratedWindowsAuthentication( VARIANT_BOOL bAllIntegratedWindowsAuthentication );
The property is read-write.