Share via


ClaimsIdentityFactory<TUser, TKey>.UserIdClaimType Property

 

Gets or sets the claim type used for the user identity.

Namespace:   Microsoft.AspNet.Identity
Assembly:  Microsoft.AspNet.Identity.Core (in Microsoft.AspNet.Identity.Core.dll)

Syntax

public string UserIdClaimType { get; set; }
public:
property String^ UserIdClaimType {
    String^ get();
    void set(String^ value);
}
member UserIdClaimType : string with get, set
Public Property UserIdClaimType As String

Property Value

Type: System.String

The claim type used for the user identity.

See Also

ClaimsIdentityFactory<TUser, TKey> Class
Microsoft.AspNet.Identity Namespace
ASP.NET Identity

Return to top