Share via


ClaimsIdentityFactory<TUser, TKey>.UserNameClaimType Property

 

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

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

Syntax

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

Property Value

Type: System.String

The claim type used for the user name.

See Also

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

Return to top