Share via


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