Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the user key corresponding to the entity.
Namespace: Microsoft.SharePoint.Administration.Claims
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overridable Function GetUserKeyForEntity ( _
entity As SPClaim _
) As SPClaim
'Usage
Dim entity As SPClaim
Dim returnValue As SPClaim
returnValue = Me.GetUserKeyForEntity(entity)
protected virtual SPClaim GetUserKeyForEntity(
SPClaim entity
)
Parameters
- entity
Type: Microsoft.SharePoint.Administration.Claims.SPClaim
Return value
Type: Microsoft.SharePoint.Administration.Claims.SPClaim