Share via


SPTrustedLoginProvider.ClaimTypeInformation property

Gets the information about the claim type, including transformations and accepted claim values.

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

Syntax

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

value = instance.ClaimTypeInformation
public IEnumerable<SPTrustedClaimTypeInformation> ClaimTypeInformation { get; }

Property value

Type: System.Collections.Generic.IEnumerable<SPTrustedClaimTypeInformation>
The information about the claim type.

See also

Reference

SPTrustedLoginProvider class

SPTrustedLoginProvider members

Microsoft.SharePoint.Administration.Claims namespace