Share via


SPIisSettings.OnlyUseWindowsClaimsAuthenticationProvider property

Whether claims authentication is enabled and configured with ONLY Windows authentication.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property OnlyUseWindowsClaimsAuthenticationProvider As Boolean
    Get
'Usage
Dim instance As SPIisSettings
Dim value As Boolean

value = instance.OnlyUseWindowsClaimsAuthenticationProvider
public bool OnlyUseWindowsClaimsAuthenticationProvider { get; }

Property value

Type: System.Boolean

See also

Reference

SPIisSettings class

SPIisSettings members

Microsoft.SharePoint.Administration namespace