SPTrustedLoginProvider.ClaimTypes Property

Gets a set of claim types issued by the login provider.

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

Syntax

'Declaration
Public ReadOnly Property ClaimTypes As IEnumerable(Of String)
    Get
'Usage
Dim instance As SPTrustedLoginProvider
Dim value As IEnumerable(Of String)

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

Property Value

Type: System.Collections.Generic.IEnumerable<String>
The set of the claim types.

See Also

Reference

SPTrustedLoginProvider Class

SPTrustedLoginProvider Members

Microsoft.SharePoint.Administration.Claims Namespace