SPIisSettings.ClaimsProviders property

Gets or sets the list of additional claims providers beyond the default set to be used in the current URL zone.

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

Syntax

'Declaration
Public Property ClaimsProviders As IEnumerable(Of String)
    Get
    Set
'Usage
Dim instance As SPIisSettings
Dim value As IEnumerable(Of String)

value = instance.ClaimsProviders

instance.ClaimsProviders = value
public IEnumerable<string> ClaimsProviders { get; set; }

Property value

Type: System.Collections.Generic.IEnumerable<String>
The list of additional claims providers beyond the default set to be used for the current URL zone.

See also

Reference

SPIisSettings class

SPIisSettings members

Microsoft.SharePoint.Administration namespace

SPFormsAuthenticationProvider

SPTrustedAuthenticationProvider

SPWindowsAuthenticationProvider