Share via


SPTrustedLoginProvider.GetClaimTypeInformationFromMappedClaimType Method

Retrieves the claim type information for a local claim type.

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 SPTrustedLoginProvider
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
The claim type information.

Exceptions

Exception Condition
ArgumentNullException

mappedClaimType is null .

ArgumentException

mappedClaimType is an empty string.

Remarks

This method retrieves the claim type information for a local claim type.

See Also

Reference

SPTrustedLoginProvider Class

SPTrustedLoginProvider Members

Microsoft.SharePoint.Administration.Claims Namespace