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.
Namespace: Microsoft.SharePoint.Administration.Claims
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared Function GetUserKeyString ( _
identity As IClaimsIdentity _
) As String
'Usage
Dim identity As IClaimsIdentity
Dim returnValue As String
returnValue = SPClaimUserKeyUtility.GetUserKeyString(identity)
public static string GetUserKeyString(
IClaimsIdentity identity
)
Parameters
- identity
Type: IClaimsIdentity
Return value
Type: System.String