Share via


SPClaimTypes.ProviderUserKey Property

Gets the type used for the user identifier returned by a membership provider.

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

Syntax

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

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

Property Value

Type: System.String
The type for the user identifier returned by a membership provider.

Remarks

This property always returns http://sharepoint.microsoft.com/claims/2009/08/provideruserkey.

See Also

Reference

SPClaimTypes Class

SPClaimTypes Members

Microsoft.SharePoint.Administration.Claims Namespace