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)
'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; }
Type: System.Collections.Generic.IEnumerable<String>
The list of additional claims providers beyond the default set to be used for the current URL zone.
Microsoft.SharePoint.Administration namespace