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)
Available in Sandboxed Solutions: No
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
Microsoft.SharePoint.Administration Namespace