Share via


SPLoginProviderBase.GetClaimTypeInformationFromMappedClaimType method

Retrives the claim type information.

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

Syntax

'Declaration
Public Function GetClaimTypeInformationFromMappedClaimType ( _
    mappedClaimType As String _
) As SPTrustedClaimTypeInformation
'Usage
Dim instance As SPLoginProviderBase
Dim mappedClaimType As String
Dim returnValue As SPTrustedClaimTypeInformation

returnValue = instance.GetClaimTypeInformationFromMappedClaimType(mappedClaimType)
public SPTrustedClaimTypeInformation GetClaimTypeInformationFromMappedClaimType(
    string mappedClaimType
)

Parameters

Return value

Type: Microsoft.SharePoint.Administration.Claims.SPTrustedClaimTypeInformation

See also

Reference

SPLoginProviderBase class

SPLoginProviderBase members

Microsoft.SharePoint.Administration.Claims namespace