Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets a Boolean value specifying whether to use Integrated Windows authentication.
Namespace: Microsoft.SharePoint.AdministrationOperation
Assembly: Microsoft.SharePoint.AdministrationOperation (in Microsoft.SharePoint.AdministrationOperation.dll)
Syntax
'Declaration
Public Property UseWindowsIntegratedAuthentication As Boolean
Get
Set
'Usage
Dim instance As SPWindowsAuthenticationProvider
Dim value As Boolean
value = instance.UseWindowsIntegratedAuthentication
instance.UseWindowsIntegratedAuthentication = value
public bool UseWindowsIntegratedAuthentication { get; set; }
Property Value
Type: System.Boolean
true if Integrated Windows authentication is used; otherwise false.
See Also
Reference
SPWindowsAuthenticationProvider Class