SPClaimTypes.UserIdentifier property

Gets the type for the universal user identifier claim found on all tokens emitted by the security token service (SPSecurityTokenService).

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

Syntax

'Declaration
Public Shared ReadOnly Property UserIdentifier As String
    Get
'Usage
Dim value As String

value = SPClaimTypes.UserIdentifier
public static string UserIdentifier { get; }

Property value

Type: System.String
Returns the type for the universal user identifier claim.

See also

Reference

SPClaimTypes class

SPClaimTypes members

Microsoft.SharePoint.Administration.Claims namespace