UseIntegratedWindowsAuthentication (Obsolete)
Description
Determines whether the SoapConnection object uses Integrated
Windows Authentication to connect to a Web service. This method is
available for .NET Web services only.
Syntax
|
1 |
conn.UseIntegratedWindowsAuthentication (boolean useIWA) |
|
Argument |
Description |
|---|---|
|
conn |
The name of the SoapConnection object that |
|
useIWA |
A boolean that determines whether to use Integrated |
Return value
Long.
Valid values are 0 for success, and 50 for failure.
Usage
You can call the UseIntegratedWindowsAuthentication method to set
connection authentication instead of the options argument of the
SetOptions method.
See also