SPClaimProvider.SupportsUserKey property

Does this claim provider support information about retrieving a user key for a login provider?

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

Syntax

'Declaration
Public Overridable ReadOnly Property SupportsUserKey As Boolean
    Get
'Usage
Dim instance As SPClaimProvider
Dim value As Boolean

value = instance.SupportsUserKey
public virtual bool SupportsUserKey { get; }

Property value

Type: System.Boolean

See also

Reference

SPClaimProvider class

SPClaimProvider members

Microsoft.SharePoint.Administration.Claims namespace

UserKeyForEntity(SPClaim)