SPClaimProvider.GetClaimTypeForUserKey method

Retrieves the ClaimType used by this claim provider for the user key.

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

Syntax

'Declaration
Public Overridable Function GetClaimTypeForUserKey As String
'Usage
Dim instance As SPClaimProvider
Dim returnValue As String

returnValue = instance.GetClaimTypeForUserKey()
public virtual string GetClaimTypeForUserKey()

Return value

Type: System.String

See also

Reference

SPClaimProvider class

SPClaimProvider members

Microsoft.SharePoint.Administration.Claims namespace

UserKeyForEntity(SPClaim)